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