2 instantiations of MethodInstantiationHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
631
handle = new
MethodInstantiationHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7420
return new
MethodInstantiationHandle
(this);
10 references to MethodInstantiationHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
627
public static uint Read(this NativeReader reader, uint offset, out
MethodInstantiationHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
3355
private readonly
MethodInstantiationHandle
_handle;
3357
internal MethodInstantiation(MetadataReader reader,
MethodInstantiationHandle
handle)
3367
public
MethodInstantiationHandle
Handle => _handle;
3399
if (obj is
MethodInstantiationHandle
)
3400
return _value == ((
MethodInstantiationHandle
)obj)._value;
3407
public bool Equals(
MethodInstantiationHandle
handle) => _value == handle._value;
3413
public static implicit operator Handle(
MethodInstantiationHandle
handle)
7418
public
MethodInstantiationHandle
ToMethodInstantiationHandle(MetadataReader reader)
7808
public MethodInstantiation GetMethodInstantiation(
MethodInstantiationHandle
handle)