2 writes to _whileStack
System.Private.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
91_whileStack = new Stack<WhileState>(); 117_whileStack = null;
5 references to _whileStack
System.Private.Xml (5)
System\Xml\Serialization\CodeGenerator.cs (5)
1391_whileStack!.Push(whileState); 1396WhileState whileState = _whileStack!.Pop(); 1402WhileState whileState = _whileStack!.Peek(); 1408WhileState whileState = _whileStack!.Peek(); 1418WhileState whileState = _whileStack!.Peek();