1 write to stack
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
996stack = new Stack();
15 references to stack
System.Xml (15)
System\Xml\Schema\ContentValidator.cs (15)
1000stack.Push(null); 1004SyntaxTreeNode node = (SyntaxTreeNode)stack.Pop(); 1008if (stack.Count == 0) { 1014InteriorNode inNode = (InteriorNode)stack.Pop(); 1023stack.Push(node); 1044if (stack.Count > 0) { 1045InteriorNode inNode = (InteriorNode)stack.Pop(); 1051stack.Push( node ); 1056SyntaxTreeNode node = (SyntaxTreeNode)stack.Pop(); 1059stack.Push(choice); 1063SyntaxTreeNode node = (SyntaxTreeNode)stack.Pop(); 1066stack.Push(sequence); 1098if (stack.Count > 0) { 1099SyntaxTreeNode topNode = (SyntaxTreeNode)stack.Pop(); 1112stack.Push(topNode);