2 references to WrappedTryRunInline
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
3002
WrappedTryRunInline
() && IsCompleted) // TryRunInline doesn't guarantee completion, as there may be unfinished children.
4999
taskIsCompleted = task.
WrappedTryRunInline
() && task.IsCompleted; // A successful TryRunInline doesn't guarantee completion