2 references to WaitForTurnAsync
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
521return WaitForTurnAsync(operation, false, timeout, callback, state); 836completeSelf = WaitForTurnAsync(operation, true, ActivityDefaults.AcquireLockTimeout, new Action<object, TimeoutException>(OnAbortWaitComplete), reason);