2 instantiations of IfState
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CodeGenerator.cs (2)
368IfState ifState = new IfState(); 1121IfState ifState = new IfState();
11 references to IfState
System.Private.DataContractSerialization (11)
System\Runtime\Serialization\CodeGenerator.cs (11)
368IfState ifState = new IfState(); 384IfState ifState = PopIfState(); 394IfState ifState = (IfState)_blockStack.Pop(); 409IfState ifState = PopIfState(); 1121IfState ifState = new IfState(); 1195private IfState PopIfState() 1198IfState? ifState = stackTop as IfState; 1250IfState ifState = (IfState)_blockStack.Pop();