1 write to stkOutput
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
150this.stkOutput = new Stack<XmlQueryOutput>(16);
4 references to stkOutput
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (4)
916this.stkOutput.Push(this.output); 930output = this.output = this.stkOutput.Pop(); 940this.stkOutput.Push(this.output); 955output = this.output = this.stkOutput.Pop();