1 write to actionStack
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
314
this.
actionStack
= new HWStack(StackIncrement);
25 references to actionStack
System.Data.SqlXml (25)
System\Xml\Xsl\XsltOld\Processor.cs (25)
118
ActionFrame frame = (ActionFrame) this.
actionStack
.Peek();
283
get { return this.
actionStack
; }
398
Debug.Assert(this.
actionStack
!= null);
401
ActionFrame frame = (ActionFrame) this.
actionStack
.Peek();
412
this.
actionStack
.Pop();
426
ActionFrame prent = (ActionFrame) this.
actionStack
.Peek();
427
ActionFrame frame = (ActionFrame) this.
actionStack
.Push();
430
this.
actionStack
.AddToTop(frame);
896
ActionFrame rootFrame = (ActionFrame) this.
actionStack
[0];
905
int saveStackSize = this.
actionStack
.Length;
910
bool endOfFrame = ((ActionFrame) this.
actionStack
.Peek()).Execute(this);
912
this.
actionStack
.Pop();
914
} while (saveStackSize < this.
actionStack
.Length);
915
Debug.Assert(saveStackSize == this.
actionStack
.Length);
920
return ((ActionFrame) this.
actionStack
.Peek()).GetVariable(variablekey);
925
Debug.Assert(1 <
actionStack
.Length);
926
ActionFrame parentFrame = (ActionFrame) this.
actionStack
[
actionStack
.Length - 2];
931
ActionFrame frame = (ActionFrame) this.
actionStack
[
actionStack
.Length - 1];
936
Debug.Assert(2 <
actionStack
.Length);
937
ActionFrame parentFrame = (ActionFrame) this.
actionStack
[
actionStack
.Length - 3];
955
dbgFrame.actionFrame = (ActionFrame) this.
actionStack
.Peek(); // In a case of next builtIn action.
967
dbgFrame.actionFrame = (ActionFrame) this.
actionStack
.Peek();