2 instantiations of ConstantBooleanValueHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
298
handle = new
ConstantBooleanValueHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7235
return new
ConstantBooleanValueHandle
(this);
10 references to ConstantBooleanValueHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
294
public static uint Read(this NativeReader reader, uint offset, out
ConstantBooleanValueHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
284
private readonly
ConstantBooleanValueHandle
_handle;
286
internal ConstantBooleanValue(MetadataReader reader,
ConstantBooleanValueHandle
handle)
295
public
ConstantBooleanValueHandle
Handle => _handle;
322
if (obj is
ConstantBooleanValueHandle
)
323
return _value == ((
ConstantBooleanValueHandle
)obj)._value;
330
public bool Equals(
ConstantBooleanValueHandle
handle) => _value == handle._value;
336
public static implicit operator Handle(
ConstantBooleanValueHandle
handle)
7233
public
ConstantBooleanValueHandle
ToConstantBooleanValueHandle(MetadataReader reader)
7623
public ConstantBooleanValue GetConstantBooleanValue(
ConstantBooleanValueHandle
handle)