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