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