3 references to WrappedTryRunInline
mscorlib (3)
system\threading\Tasks\Task.cs (3)
3253WrappedTryRunInline() && IsCompleted) // TryRunInline doesn't guarantee completion, as there may be unfinished children. 5093taskIsCompleted = task.WrappedTryRunInline() && task.IsCompleted; // A successful TryRunInline doesn't guarantee completion 5259tasks[i].WrappedTryRunInline();