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);
992
output = _output =
_stkOutput
.Pop();
1003
_stkOutput
.Push(_output);
1019
output = _output =
_stkOutput
.Pop();