1 write to _stack
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1081_stack = new Stack<SyntaxTreeNode?>();
15 references to _stack
System.Private.Xml (15)
System\Xml\Schema\ContentValidator.cs (15)
1086_stack!.Push(null); 1091SyntaxTreeNode? node = _stack!.Pop(); 1097if (_stack.Count == 0) 1105InteriorNode? inNode = (InteriorNode?)_stack.Pop(); 1116_stack.Push(node); 1142if (_stack!.Count > 0) 1144InteriorNode? inNode = (InteriorNode?)_stack.Pop(); 1151_stack.Push(node); 1157SyntaxTreeNode? node = _stack!.Pop(); 1160_stack.Push(choice); 1165SyntaxTreeNode? node = _stack!.Pop(); 1168_stack.Push(sequence); 1205if (_stack!.Count > 0) 1207SyntaxTreeNode? topNode = _stack!.Pop(); 1222_stack.Push(topNode);