2 instantiations of IfState
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (2)
469IfState ifState = new IfState(); 1461IfState ifState = new IfState();
11 references to IfState
dotnet-svcutil-lib (11)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (11)
469IfState ifState = new IfState(); 485IfState ifState = PopIfState(); 495IfState ifState = (IfState)_blockStack.Pop(); 510IfState ifState = PopIfState(); 1461IfState ifState = new IfState(); 1552private IfState PopIfState() 1555IfState ifState = stackTop as IfState; 1647IfState ifState = (IfState)_blockStack.Pop();