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