1 instantiation of WhileState
System.Private.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
1410
WhileState whileState = new
WhileState
(this);
7 references to WhileState
System.Private.Xml (7)
System\Xml\Serialization\CodeGenerator.cs (7)
91
_whileStack = new Stack<
WhileState
>();
1407
private Stack<
WhileState
>? _whileStack;
1410
WhileState
whileState = new WhileState(this);
1426
WhileState
whileState = _whileStack!.Pop();
1432
WhileState
whileState = _whileStack!.Peek();
1438
WhileState
whileState = _whileStack!.Peek();
1448
WhileState
whileState = _whileStack!.Peek();