1 write to onSwitchCompleted
System.Activities (1)
System\Activities\Statements\FlowSwitch.cs (1)
131
onSwitchCompleted
= new CompletionCallback<T>(parent.OnSwitchCompleted<T>);
2 references to onSwitchCompleted
System.Activities (2)
System\Activities\Statements\FlowSwitch.cs (2)
129
if (
onSwitchCompleted
== null)
133
return
onSwitchCompleted
;