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