3 writes to outputDocType
System.Xml (3)
System\Xml\Core\QueryOutputWriter.cs (3)
45this.outputDocType = true; 69this.outputDocType = true; 152this.outputDocType = false;
2 references to outputDocType
System.Xml (2)
System\Xml\Core\QueryOutputWriter.cs (2)
123Debug.Assert(!this.outputDocType); 145if (this.outputDocType) {