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