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