5 writes to _output
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (5)
147
_output
= new XmlQueryOutput(this, seqWrt);
980
output =
_output
= new XmlQueryOutput(this, new XmlCachedSequenceWriter());
992
output =
_output
= _stkOutput.Pop();
1006
output =
_output
= new XmlQueryOutput(this, new XmlEventCache(baseUri, true));
1019
output =
_output
= _stkOutput.Pop();
5 references to _output
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (5)
967
get { return
_output
; }
977
_stkOutput.Push(
_output
);
989
IList<XPathItem> seq = ((XmlCachedSequenceWriter)
_output
.SequenceWriter!).ResultSequence;
1003
_stkOutput.Push(
_output
);
1016
events = (XmlEventCache)
_output
.Writer!;