2 instantiations of ForState
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (2)
314ForState forState = new ForState(local, DefineLabel(), DefineLabel(), end); 385ForState forState = new ForState(local, DefineLabel(), DefineLabel(), enumerator);
8 references to ForState
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (8)
314ForState forState = new ForState(local, DefineLabel(), DefineLabel(), end); 329ForState forState = stackTop as ForState; 366ForState forState = block as ForState; 385ForState forState = new ForState(local, DefineLabel(), DefineLabel(), enumerator); 400ForState forState = stackTop as ForState;