2 instantiations of IfState
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (2)
469
IfState ifState = new
IfState
();
1461
IfState ifState = new
IfState
();
11 references to IfState
dotnet-svcutil-lib (11)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (11)
469
IfState
ifState = new IfState();
485
IfState
ifState = PopIfState();
495
IfState
ifState = (
IfState
)_blockStack.Pop();
510
IfState
ifState = PopIfState();
1461
IfState
ifState = new IfState();
1552
private
IfState
PopIfState()
1555
IfState
ifState = stackTop as
IfState
;
1647
IfState
ifState = (
IfState
)_blockStack.Pop();