2 instantiations of ConstantBooleanArrayHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
289
handle = new
ConstantBooleanArrayHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7230
return new
ConstantBooleanArrayHandle
(this);
10 references to ConstantBooleanArrayHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
285
public static uint Read(this NativeReader reader, uint offset, out
ConstantBooleanArrayHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
204
private readonly
ConstantBooleanArrayHandle
_handle;
206
internal ConstantBooleanArray(MetadataReader reader,
ConstantBooleanArrayHandle
handle)
215
public
ConstantBooleanArrayHandle
Handle => _handle;
242
if (obj is
ConstantBooleanArrayHandle
)
243
return _value == ((
ConstantBooleanArrayHandle
)obj)._value;
250
public bool Equals(
ConstantBooleanArrayHandle
handle) => _value == handle._value;
256
public static implicit operator Handle(
ConstantBooleanArrayHandle
handle)
7228
public
ConstantBooleanArrayHandle
ToConstantBooleanArrayHandle(MetadataReader reader)
7618
public ConstantBooleanArray GetConstantBooleanArray(
ConstantBooleanArrayHandle
handle)