1 instantiation of WhileState
System.Private.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
1412
WhileState whileState = new
WhileState
(this);
7 references to WhileState
System.Private.Xml (7)
System\Xml\Serialization\CodeGenerator.cs (7)
91
_whileStack = new Stack<
WhileState
>();
1409
private Stack<
WhileState
>? _whileStack;
1412
WhileState
whileState = new WhileState(this);
1428
WhileState
whileState = _whileStack!.Pop();
1434
WhileState
whileState = _whileStack!.Peek();
1440
WhileState
whileState = _whileStack!.Peek();
1450
WhileState
whileState = _whileStack!.Peek();