2 writes to _whileStack
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (2)
83
_whileStack
= new Stack();
109
_whileStack
= null;
6 references to _whileStack
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (6)
2351
_whileStack
.Push(whileState);
2356
WhileState whileState = (WhileState)
_whileStack
.Pop();
2362
WhileState whileState = (WhileState)
_whileStack
.Peek();
2368
WhileState whileState = (WhileState)
_whileStack
.Peek();
2374
WhileState whileState = (WhileState)
_whileStack
.Peek();
2384
WhileState whileState = (WhileState)
_whileStack
.Peek();