2 instantiations of ConstantBooleanValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
342=> new ConstantBooleanValue(reader, this); 7625return new ConstantBooleanValue(this, handle);
2 references to ConstantBooleanValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
341public ConstantBooleanValue GetConstantBooleanValue(MetadataReader reader) 7623public ConstantBooleanValue GetConstantBooleanValue(ConstantBooleanValueHandle handle)