1 write to hasDocElem
System.Xml (1)
System\Xml\Core\QueryOutputWriter.cs (1)
141
this.
hasDocElem
= true;
2 references to hasDocElem
System.Xml (2)
System\Xml\Core\QueryOutputWriter.cs (2)
137
if (this.depth == 0 && this.
hasDocElem
)
287
if (this.checkWellFormedDoc && !this.
hasDocElem
) {