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