1 write to _stkOutput
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
146_stkOutput = new Stack<XmlQueryOutput>(16);
4 references to _stkOutput
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (4)
977_stkOutput.Push(_output); 992output = _output = _stkOutput.Pop(); 1003_stkOutput.Push(_output); 1019output = _output = _stkOutput.Pop();