1 instantiation of WhileState
System.Private.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
1380WhileState whileState = new WhileState(this);
7 references to WhileState
System.Private.Xml (7)
System\Xml\Serialization\CodeGenerator.cs (7)
91_whileStack = new Stack<WhileState>(); 1377private Stack<WhileState>? _whileStack; 1380WhileState whileState = new WhileState(this); 1396WhileState whileState = _whileStack!.Pop(); 1402WhileState whileState = _whileStack!.Peek(); 1408WhileState whileState = _whileStack!.Peek(); 1418WhileState whileState = _whileStack!.Peek();