Base:
method
GetMetadataForNamedType
Internal.Reflection.Core.Execution.ExecutionEnvironment.GetMetadataForNamedType(System.RuntimeTypeHandle)
3 references to GetMetadataForNamedType
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
685QTypeDefinition qTypeDefinition = GetMetadataForNamedType(declaringTypeHandleDefinition);
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
81QTypeDefinition qTypeDefinition = ReflectionExecution.ExecutionEnvironment.GetMetadataForNamedType(typeDefHandle);
Internal\Reflection\Execution\ReflectionExecution.cs (1)
72QTypeDefinition qTypeDefinition = ExecutionEnvironment.GetMetadataForNamedType(declaringTypeHandle);