5 references to NativeFormatHandle
System.Private.CoreLib (1)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
39
MethodHandle nativeFormatMethodHandle = methodHandle.
NativeFormatHandle
;
System.Private.Reflection.Execution (2)
Internal\Reflection\Execution\MethodInvokers\MethodInvokerWithMethodInvokeInfo.cs (1)
40
Method method = methodHandle.
NativeFormatHandle
.GetMethod(methodHandle.NativeFormatReader);
Internal\Reflection\Execution\ReflectionExecution.cs (1)
79
methodHandle = qMethodDefinition.
NativeFormatHandle
;
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (2)
544
if (!token.AsHandle().ToMethodHandle(module.MetadataReader).Equals(method.
NativeFormatHandle
))
615
methodHandle.
NativeFormatHandle
,