6 references to IsNativeFormatMetadataBased
System.Private.CoreLib (3)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
37
if (methodHandle.
IsNativeFormatMetadataBased
)
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (2)
25
public MetadataReader NativeFormatReader { get { Debug.Assert(
IsNativeFormatMetadataBased
); return _reader as MetadataReader; } }
26
public MethodHandle NativeFormatHandle { get { Debug.Assert(
IsNativeFormatMetadataBased
); return _handle.AsHandle().ToMethodHandle(NativeFormatReader); } }
System.Private.Reflection.Execution (2)
Internal\Reflection\Execution\MethodInvokers\MethodInvokerWithMethodInvokeInfo.cs (1)
38
if (methodHandle.
IsNativeFormatMetadataBased
)
Internal\Reflection\Execution\ReflectionExecution.cs (1)
69
if (!qMethodDefinition.
IsNativeFormatMetadataBased
)
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (1)
610
if (methodHandle.
IsNativeFormatMetadataBased
)