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