2 instantiations of ForState
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CodeGenerator.cs (2)
216ForState forState = new ForState(local, DefineLabel(), DefineLabel(), end); 285ForState forState = new ForState(local, DefineLabel(), DefineLabel(), enumerator);
7 references to ForState
System.Private.DataContractSerialization (7)
System\Runtime\Serialization\CodeGenerator.cs (7)
216ForState forState = new ForState(local, DefineLabel(), DefineLabel(), end); 231ForState? forState = stackTop as ForState; 268if (block == userForState && block is ForState forState) 285ForState forState = new ForState(local, DefineLabel(), DefineLabel(), enumerator); 300ForState? forState = stackTop as ForState;