3 writes to outputDocType
System.Xml (3)
System\Xml\Core\QueryOutputWriterV1.cs (3)
50this.outputDocType = true; 84this.outputDocType = true; 138this.outputDocType = false;
2 references to outputDocType
System.Xml (2)
System\Xml\Core\QueryOutputWriterV1.cs (2)
116Debug.Assert(!this.outputDocType); 129if (this.outputDocType) {