3 references to ContinueWith
System.ServiceModel.Internals (1)
System\Runtime\TaskExtensions.cs (1)
69task.ContinueWith(
System.Web (2)
Util\SynchronizationHelper.cs (2)
91if (!lastTask.IsCompleted) { lastTask.ContinueWith(_ => { }, TaskContinuationOptions.ExecuteSynchronously).Wait(); } 184t.ContinueWith((_) => {