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