1 instantiation of WhileState
System.Private.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
1382WhileState whileState = new WhileState(this);
7 references to WhileState
System.Private.Xml (7)
System\Xml\Serialization\CodeGenerator.cs (7)
91_whileStack = new Stack<WhileState>(); 1379private Stack<WhileState>? _whileStack; 1382WhileState whileState = new WhileState(this); 1398WhileState whileState = _whileStack!.Pop(); 1404WhileState whileState = _whileStack!.Peek(); 1410WhileState whileState = _whileStack!.Peek(); 1420WhileState whileState = _whileStack!.Peek();