5 references to WriteBoolean
ILAssembler (3)
BlobBuilderExtensions.cs (1)
34
writer.
WriteBoolean
((bool)(object)value!);
GrammarVisitor.cs (2)
878
blob.
WriteBoolean
(VisitTruefalse(truefalse).Value);
2638
builder.
WriteBoolean
(VisitTruefalse(context.truefalse()).Value);
Microsoft.CodeAnalysis (1)
ConstantValue.cs (1)
761
writer.
WriteBoolean
(this.BooleanValue);
System.Reflection.Metadata (1)
System\Reflection\Metadata\BlobWriterImpl.cs (1)
342
writer.
WriteBoolean
((bool)value);