2 instantiations of ConstantUInt16ValueHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
514
handle = new
ConstantUInt16ValueHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7355
return new
ConstantUInt16ValueHandle
(this);
10 references to ConstantUInt16ValueHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
510
public static uint Read(this NativeReader reader, uint offset, out
ConstantUInt16ValueHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
2211
private readonly
ConstantUInt16ValueHandle
_handle;
2213
internal ConstantUInt16Value(MetadataReader reader,
ConstantUInt16ValueHandle
handle)
2222
public
ConstantUInt16ValueHandle
Handle => _handle;
2249
if (obj is
ConstantUInt16ValueHandle
)
2250
return _value == ((
ConstantUInt16ValueHandle
)obj)._value;
2257
public bool Equals(
ConstantUInt16ValueHandle
handle) => _value == handle._value;
2263
public static implicit operator Handle(
ConstantUInt16ValueHandle
handle)
7353
public
ConstantUInt16ValueHandle
ToConstantUInt16ValueHandle(MetadataReader reader)
7743
public ConstantUInt16Value GetConstantUInt16Value(
ConstantUInt16ValueHandle
handle)