2 writes to _checkWellFormedDoc
System.Private.Xml (2)
System\Xml\Core\QueryOutputWriter.cs (2)
49
_checkWellFormedDoc
= true;
54
_checkWellFormedDoc
= true;
4 references to _checkWellFormedDoc
System.Private.Xml (4)
System\Xml\Core\QueryOutputWriter.cs (4)
151
if (
_checkWellFormedDoc
)
189
if (
_checkWellFormedDoc
)
202
if (
_checkWellFormedDoc
)
328
if (
_checkWellFormedDoc
&& !_hasDocElem)