2 writes to whileStack
System.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
97this.whileStack = new Stack(); 121whileStack = null;
6 references to whileStack
System.Xml (6)
System\Xml\Serialization\CodeGenerator.cs (6)
2252whileStack.Push(whileState); 2256WhileState whileState = (WhileState)whileStack.Pop(); 2261WhileState whileState = (WhileState)whileStack.Peek(); 2266WhileState whileState = (WhileState)whileStack.Peek(); 2271WhileState whileState = (WhileState)whileStack.Peek(); 2280WhileState whileState = (WhileState)whileStack.Peek();