2 writes to inCDataSection
System.Xml (2)
System\Xml\Core\QueryOutputWriter.cs (2)
309
this.
inCDataSection
= true;
319
this.
inCDataSection
= false;
6 references to inCDataSection
System.Xml (6)
System\Xml\Core\QueryOutputWriter.cs (6)
235
if (!this.inAttr && (this.
inCDataSection
|| StartCDataSection()))
242
if (!this.inAttr && (this.
inCDataSection
|| StartCDataSection()))
249
if (!this.inAttr && (this.
inCDataSection
|| StartCDataSection()))
271
if (!this.inAttr && (this.
inCDataSection
|| StartCDataSection()))
278
if (!this.inAttr && (this.
inCDataSection
|| StartCDataSection()))
307
Debug.Assert(!this.
inCDataSection
);