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)
1423_whileStack!.Push(whileState); 1428WhileState whileState = _whileStack!.Pop(); 1434WhileState whileState = _whileStack!.Peek(); 1440WhileState whileState = _whileStack!.Peek(); 1450WhileState whileState = _whileStack!.Peek();