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