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); 2356WhileState whileState = (WhileState)_whileStack.Pop(); 2362WhileState whileState = (WhileState)_whileStack.Peek(); 2368WhileState whileState = (WhileState)_whileStack.Peek(); 2374WhileState whileState = (WhileState)_whileStack.Peek(); 2384WhileState whileState = (WhileState)_whileStack.Peek();