5 references to TrySetException
mscorlib (2)
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (1)
223localCs.TrySetException(exceptions) :
system\threading\Tasks\TaskCompletionSource.cs (1)
272if (!TrySetException(exceptions))
System.ServiceModel.Internals (2)
System\Runtime\TaskExtensions.cs (2)
32tcs.TrySetException(t.Exception.InnerExceptions); 74tcs.TrySetException(t.Exception.InnerExceptions);
System.Web (1)
Util\SynchronizationHelper.cs (1)
186tcs.TrySetException(t.Exception.InnerExceptions);