2 instantiations of IfState
System.Runtime.Serialization (2)
System\Runtime\Serialization\CodeGenerator.cs (2)
504IfState ifState = new IfState(); 1601IfState ifState = new IfState();
11 references to IfState
System.Runtime.Serialization (11)
System\Runtime\Serialization\CodeGenerator.cs (11)
504IfState ifState = new IfState(); 522IfState ifState = PopIfState(); 532IfState ifState = (IfState)blockStack.Pop(); 550IfState ifState = PopIfState(); 1601IfState ifState = new IfState(); 1693IfState PopIfState() 1696IfState ifState = stackTop as IfState; 1909IfState ifState = (IfState)blockStack.Pop();