2 instantiations of ConstantUInt16ArrayHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
505handle = new ConstantUInt16ArrayHandle((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7350return new ConstantUInt16ArrayHandle(this);
10 references to ConstantUInt16ArrayHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
501public static uint Read(this NativeReader reader, uint offset, out ConstantUInt16ArrayHandle handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
2131private readonly ConstantUInt16ArrayHandle _handle; 2133internal ConstantUInt16Array(MetadataReader reader, ConstantUInt16ArrayHandle handle) 2142public ConstantUInt16ArrayHandle Handle => _handle; 2169if (obj is ConstantUInt16ArrayHandle) 2170return _value == ((ConstantUInt16ArrayHandle)obj)._value; 2177public bool Equals(ConstantUInt16ArrayHandle handle) => _value == handle._value; 2183public static implicit operator Handle(ConstantUInt16ArrayHandle handle) 7348public ConstantUInt16ArrayHandle ToConstantUInt16ArrayHandle(MetadataReader reader) 7738public ConstantUInt16Array GetConstantUInt16Array(ConstantUInt16ArrayHandle handle)