1 write to bitsCData
System.Xml (1)
System\Xml\Core\QueryOutputWriterV1.cs (1)
69
this.
bitsCData
= new BitStack();
5 references to bitsCData
System.Xml (5)
System\Xml\Core\QueryOutputWriterV1.cs (5)
78
this.
bitsCData
.PushBit(false);
146
this.
bitsCData
.PushBit(this.lookupCDataElems.ContainsKey(this.qnameCData));
156
this.
bitsCData
.PopBit();
165
this.
bitsCData
.PopBit();
272
if (this.lookupCDataElems != null && this.
bitsCData
.PeekBit()) {