1 write to stk
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
66
this.
stk
= new Stack<QilList>();
8 references to stk
System.Data.SqlXml (8)
System\Xml\Xsl\QIL\QilXmlReader.cs (8)
71
this.
stk
.Push(f.Sequence());
101
Debug.Assert(this.
stk
.Peek()[0].NodeType == QilNodeType.QilExpression, "Serialized qil tree did not contain a QilExpression node");
102
return (QilExpression) this.
stk
.Peek()[0];
173
this.
stk
.Push((QilList) nd);
178
this.
stk
.Peek().Add(nd);
189
list = this.
stk
.Pop();
305
this.
stk
.Peek().Add(this.scope[id]);
382
this.
stk
.Peek().Add(nd);