2 instantiations of IfState
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CodeGenerator.cs (2)
369IfState ifState = new IfState(); 1122IfState ifState = new IfState();
11 references to IfState
System.Private.DataContractSerialization (11)
System\Runtime\Serialization\CodeGenerator.cs (11)
369IfState ifState = new IfState(); 385IfState ifState = PopIfState(); 395IfState ifState = (IfState)_blockStack.Pop(); 410IfState ifState = PopIfState(); 1122IfState ifState = new IfState(); 1196private IfState PopIfState() 1199IfState? ifState = stackTop as IfState; 1251IfState ifState = (IfState)_blockStack.Pop();