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