5 writes to output
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (5)
151this.output = new XmlQueryOutput(this, seqWrt); 919output = this.output = new XmlQueryOutput(this, new XmlCachedSequenceWriter()); 930output = this.output = this.stkOutput.Pop(); 943output = this.output = new XmlQueryOutput(this, new XmlEventCache(baseUri, true)); 955output = this.output = this.stkOutput.Pop();
5 references to output
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (5)
907get { return this.output; } 916this.stkOutput.Push(this.output); 927IList<XPathItem> seq = ((XmlCachedSequenceWriter) this.output.SequenceWriter).ResultSequence; 940this.stkOutput.Push(this.output); 952events = (XmlEventCache) this.output.Writer;