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)
1421_whileStack!.Push(whileState); 1426WhileState whileState = _whileStack!.Pop(); 1432WhileState whileState = _whileStack!.Peek(); 1438WhileState whileState = _whileStack!.Peek(); 1448WhileState whileState = _whileStack!.Peek();