1 write to lookupCDataElems
System.Xml (1)
System\Xml\Core\QueryOutputWriter.cs (1)
55
this.
lookupCDataElems
= new Dictionary<XmlQualifiedName, int>();
6 references to lookupCDataElems
System.Xml (6)
System\Xml\Core\QueryOutputWriter.cs (6)
60
this.
lookupCDataElems
[name] = 0;
157
if (this.
lookupCDataElems
!= null) {
160
this.bitsCData.PushBit(this.
lookupCDataElems
.ContainsKey(this.qnameCData));
172
if (this.
lookupCDataElems
!= null)
184
if (this.
lookupCDataElems
!= null)
308
if (this.
lookupCDataElems
!= null && this.bitsCData.PeekBit()) {