2 writes to inAttr
System.Xml (2)
System\Xml\Core\QueryOutputWriterV1.cs (2)
169this.inAttr = true; 174this.inAttr = false;
6 references to inAttr
System.Xml (6)
System\Xml\Core\QueryOutputWriterV1.cs (6)
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()))