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)
1393_whileStack!.Push(whileState); 1398WhileState whileState = _whileStack!.Pop(); 1404WhileState whileState = _whileStack!.Peek(); 1410WhileState whileState = _whileStack!.Peek(); 1420WhileState whileState = _whileStack!.Peek();