1 write to _stack
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1161_stack = new Stack();
15 references to _stack
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (15)
1166_stack.Push(null); 1171SyntaxTreeNode node = (SyntaxTreeNode)_stack.Pop(); 1176if (_stack.Count == 0) 1184InteriorNode inNode = (InteriorNode)_stack.Pop(); 1195_stack.Push(node); 1221if (_stack.Count > 0) 1223InteriorNode inNode = (InteriorNode)_stack.Pop(); 1230_stack.Push(node); 1236SyntaxTreeNode node = (SyntaxTreeNode)_stack.Pop(); 1239_stack.Push(choice); 1244SyntaxTreeNode node = (SyntaxTreeNode)_stack.Pop(); 1247_stack.Push(sequence); 1284if (_stack.Count > 0) 1286SyntaxTreeNode topNode = (SyntaxTreeNode)_stack.Pop(); 1301_stack.Push(topNode);