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