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