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