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