7 references to TryExecuteTask
mscorlib (7)
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (3)
551base.TryExecuteTask(task); 598TryExecuteTask(task) : 652return tuple.Item1.TryExecuteTask(tuple.Item2);
system\threading\Tasks\TaskScheduler.cs (4)
97/// <see cref="TryExecuteTask">TryExecuteTask</see> method with the provided task object, propagating 432/// provided task, <see cref="TryExecuteTask"/> should be used to do so. TryExecuteTask handles all 437/// <see cref="TryExecuteTask"/> must only be used for tasks provided to this scheduler by the .NET 683return TryExecuteTask(task);