2 instantiations of ConstantBooleanValue
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Constant.cs (1)
26
return new
ConstantBooleanValue
{ Value = blob.ReadBoolean() };
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
160
Ecma.SerializationTypeCode.Boolean => new
ConstantBooleanValue
{ Value = valueReader.ReadBoolean() },
6 references to ConstantBooleanValue
ILCompiler.MetadataTransform (6)
Internal\Metadata\NativeFormat\Writer\MdBinaryWriterGen.cs (3)
348
public static void Write(this NativeWriter writer,
ConstantBooleanValue
record)
356
public static void Write(this NativeWriter writer, List<
ConstantBooleanValue
> values)
364
foreach (
ConstantBooleanValue
value in values)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (3)
260
var
other = obj as
ConstantBooleanValue
;
283
internal static ConstantBooleanValueHandle AsHandle(
ConstantBooleanValue
record)