2 instantiations of ConstantInt16ArrayHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
388
handle = new
ConstantInt16ArrayHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7285
return new
ConstantInt16ArrayHandle
(this);
10 references to ConstantInt16ArrayHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
384
public static uint Read(this NativeReader reader, uint offset, out
ConstantInt16ArrayHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
1092
private readonly
ConstantInt16ArrayHandle
_handle;
1094
internal ConstantInt16Array(MetadataReader reader,
ConstantInt16ArrayHandle
handle)
1103
public
ConstantInt16ArrayHandle
Handle => _handle;
1130
if (obj is
ConstantInt16ArrayHandle
)
1131
return _value == ((
ConstantInt16ArrayHandle
)obj)._value;
1138
public bool Equals(
ConstantInt16ArrayHandle
handle) => _value == handle._value;
1144
public static implicit operator Handle(
ConstantInt16ArrayHandle
handle)
7283
public
ConstantInt16ArrayHandle
ToConstantInt16ArrayHandle(MetadataReader reader)
7673
public ConstantInt16Array GetConstantInt16Array(
ConstantInt16ArrayHandle
handle)