5 references to GetGenericDefinition
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (2)
40
return RuntimeAugments.
GetGenericDefinition
(typeHandle);
535
declaringTypeHandle = RuntimeAugments.
GetGenericDefinition
(declaringTypeHandle);
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
78
typeDefHandle = RuntimeAugments.
GetGenericDefinition
(typeHandle);
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericTypesLookup.cs (1)
122
RuntimeTypeHandle parsedTypeDefinitionHandle = RuntimeAugments.
GetGenericDefinition
(tentativeType);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (1)
158
return RuntimeAugments.
GetGenericDefinition
(typeHandle);