1 write to bitsCData
System.Xml (1)
System\Xml\Core\QueryOutputWriter.cs (1)
54
this.
bitsCData
= new BitStack();
5 references to bitsCData
System.Xml (5)
System\Xml\Core\QueryOutputWriter.cs (5)
63
this.
bitsCData
.PushBit(false);
160
this.
bitsCData
.PushBit(this.lookupCDataElems.ContainsKey(this.qnameCData));
173
this.
bitsCData
.PopBit();
185
this.
bitsCData
.PopBit();
308
if (this.lookupCDataElems != null && this.
bitsCData
.PeekBit()) {