2 instantiations of QualifiedMethodHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
748
handle = new
QualifiedMethodHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7485
return new
QualifiedMethodHandle
(this);
13 references to QualifiedMethodHandle
System.Private.CoreLib (13)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
744
public static uint Read(this NativeReader reader, uint offset, out
QualifiedMethodHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (11)
4523
private readonly
QualifiedMethodHandle
_handle;
4525
internal QualifiedMethod(MetadataReader reader,
QualifiedMethodHandle
handle)
4535
public
QualifiedMethodHandle
Handle => _handle;
4565
if (obj is
QualifiedMethodHandle
)
4566
return _value == ((
QualifiedMethodHandle
)obj)._value;
4573
public bool Equals(
QualifiedMethodHandle
handle) => _value == handle._value;
4579
public static implicit operator Handle(
QualifiedMethodHandle
handle)
4746
public
QualifiedMethodHandle
EntryPoint => _entryPoint;
4747
private readonly
QualifiedMethodHandle
_entryPoint;
7483
public
QualifiedMethodHandle
ToQualifiedMethodHandle(MetadataReader reader)
7873
public QualifiedMethod GetQualifiedMethod(
QualifiedMethodHandle
handle)
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.cs (1)
75
QualifiedMethodHandle
entrypointHandle = Scope.ScopeDefinition.EntryPoint;