Home
last modified time | relevance | path

Searched refs:ParseGenericType (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dconfiguration.cs720 …private static void ParseGenericType(String typeAssem, int indexStart, out String typeName, out St… in ParseGenericType() method in System.Runtime.Remoting.RemotingConfigHandler
763 ParseGenericType(value, genericTypeIndex, out typeName, out assemName); in ParseType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/Parser/
H A DParser.cs2168 type = ParseGenericType(parserContext, candidateTypes, typeName); in ParseRootOverloadedTypeIdentifier()
2281 nestedType = ParseGenericType(parserContext, candidateGenericTypes, name); in ParseNestedType()
2313 …private Type ParseGenericType(ParserContext parserContext, List<Type> candidateGenericTypes, strin… in ParseGenericType() method in System.Workflow.Activities.Rules.Parser