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