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