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