1 write to lookupCDataElems
System.Xml (1)
System\Xml\Core\QueryOutputWriterV1.cs (1)
70
this.
lookupCDataElems
= new Dictionary<XmlQualifiedName, XmlQualifiedName>();
6 references to lookupCDataElems
System.Xml (6)
System\Xml\Core\QueryOutputWriterV1.cs (6)
75
this.
lookupCDataElems
[name] = null;
143
if (this.
lookupCDataElems
!= null) {
146
this.bitsCData.PushBit(this.
lookupCDataElems
.ContainsKey(this.qnameCData));
155
if (this.
lookupCDataElems
!= null)
164
if (this.
lookupCDataElems
!= null)
272
if (this.
lookupCDataElems
!= null && this.bitsCData.PeekBit()) {