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