6 references to IsNativeFormatMetadataBased
System.Private.CoreLib (3)
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (2)
45public MetadataReader NativeFormatReader { get { Debug.Assert(IsNativeFormatMetadataBased); return _reader as MetadataReader; } } 46public TypeDefinitionHandle NativeFormatHandle { get { Debug.Assert(IsNativeFormatMetadataBased); return _handle.AsHandle().ToTypeDefinitionHandle(NativeFormatReader); } }
System\Reflection\Runtime\General\TypeResolver.cs (1)
42if (typeDef.IsNativeFormatMetadataBased)
System.Private.Reflection.Execution (2)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
83if (qTypeDefinition.IsNativeFormatMetadataBased)
Internal\Reflection\Execution\ReflectionExecution.cs (1)
74Debug.Assert(qTypeDefinition.IsNativeFormatMetadataBased);
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (1)
157if (qTypeDefinition.IsNativeFormatMetadataBased)