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