1 instantiation of IfState
System.ServiceModel (1)
System\ServiceModel\Dispatcher\CodeGenerator.cs (1)
808
IfState ifState = new
IfState
();
6 references to IfState
System.ServiceModel (6)
System\ServiceModel\Dispatcher\CodeGenerator.cs (6)
238
IfState
ifState = PopIfState();
248
IfState
ifState = PopIfState();
808
IfState
ifState = new IfState();
876
IfState
PopIfState()
879
IfState
ifState = stackTop as
IfState
;