2 writes to inCDataSection
System.Xml (2)
System\Xml\Core\QueryOutputWriterV1.cs (2)
273this.inCDataSection = true; 283this.inCDataSection = false;
7 references to inCDataSection
System.Xml (7)
System\Xml\Core\QueryOutputWriterV1.cs (7)
193if (!this.inAttr && (this.inCDataSection || StartCDataSection())) 200if (!this.inAttr && (this.inCDataSection || StartCDataSection())) 207if (!this.inAttr && (this.inCDataSection || StartCDataSection())) 214if (!this.inAttr && (this.inCDataSection || StartCDataSection())) 236if (!this.inAttr && (this.inCDataSection || StartCDataSection())) 243if (!this.inAttr && (this.inCDataSection || StartCDataSection())) 271Debug.Assert(!this.inCDataSection);