2 instantiations of ForState
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CodeGenerator.cs (2)
215ForState forState = new ForState(local, DefineLabel(), DefineLabel(), end); 284ForState forState = new ForState(local, DefineLabel(), DefineLabel(), enumerator);
7 references to ForState
System.Private.DataContractSerialization (7)
System\Runtime\Serialization\CodeGenerator.cs (7)
215ForState forState = new ForState(local, DefineLabel(), DefineLabel(), end); 230ForState? forState = stackTop as ForState; 267if (block == userForState && block is ForState forState) 284ForState forState = new ForState(local, DefineLabel(), DefineLabel(), enumerator); 299ForState? forState = stackTop as ForState;