2 writes to _inAttr
System.Private.Xml (2)
System\Xml\Core\QueryOutputWriterV1.cs (2)
198_inAttr = true; 204_inAttr = false;
6 references to _inAttr
System.Private.Xml (6)
System\Xml\Core\QueryOutputWriterV1.cs (6)
227if (!_inAttr && (_inCDataSection || StartCDataSection())) 235if (!_inAttr && (_inCDataSection || StartCDataSection())) 243if (!_inAttr && (_inCDataSection || StartCDataSection())) 251if (!_inAttr && !_inCDataSection) 279if (!_inAttr && (_inCDataSection || StartCDataSection())) 287if (!_inAttr && (_inCDataSection || StartCDataSection()))