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