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);
1171
SyntaxTreeNode node = (SyntaxTreeNode)
_stack
.Pop();
1176
if (
_stack
.Count == 0)
1184
InteriorNode inNode = (InteriorNode)
_stack
.Pop();
1195
_stack
.Push(node);
1221
if (
_stack
.Count > 0)
1223
InteriorNode inNode = (InteriorNode)
_stack
.Pop();
1230
_stack
.Push(node);
1236
SyntaxTreeNode node = (SyntaxTreeNode)
_stack
.Pop();
1239
_stack
.Push(choice);
1244
SyntaxTreeNode node = (SyntaxTreeNode)
_stack
.Pop();
1247
_stack
.Push(sequence);
1284
if (
_stack
.Count > 0)
1286
SyntaxTreeNode topNode = (SyntaxTreeNode)
_stack
.Pop();
1301
_stack
.Push(topNode);