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