2 writes to _checkWellFormedDoc
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (2)
48
_checkWellFormedDoc
= true;
53
_checkWellFormedDoc
= true;
4 references to _checkWellFormedDoc
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (4)
150
if (
_checkWellFormedDoc
)
188
if (
_checkWellFormedDoc
)
201
if (
_checkWellFormedDoc
)
327
if (
_checkWellFormedDoc
&& !_hasDocElem)