2 instantiations of ConstantByteArrayHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
307
handle = new
ConstantByteArrayHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7240
return new
ConstantByteArrayHandle
(this);
10 references to ConstantByteArrayHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
303
public static uint Read(this NativeReader reader, uint offset, out
ConstantByteArrayHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
364
private readonly
ConstantByteArrayHandle
_handle;
366
internal ConstantByteArray(MetadataReader reader,
ConstantByteArrayHandle
handle)
375
public
ConstantByteArrayHandle
Handle => _handle;
402
if (obj is
ConstantByteArrayHandle
)
403
return _value == ((
ConstantByteArrayHandle
)obj)._value;
410
public bool Equals(
ConstantByteArrayHandle
handle) => _value == handle._value;
416
public static implicit operator Handle(
ConstantByteArrayHandle
handle)
7238
public
ConstantByteArrayHandle
ToConstantByteArrayHandle(MetadataReader reader)
7628
public ConstantByteArray GetConstantByteArray(
ConstantByteArrayHandle
handle)