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