3 references to MethodHandle
System.Private.CoreLib (3)
Internal\Runtime\Dispatch.cs (1)
90
new
MethodHandle
((int)token),
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
622
handle = new
MethodHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
3299
internal MethodHandle(Handle handle) :
this
(handle._value)