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