3 references to IsExceptionObservedByParent
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (3)
2185exceptionalChildren.RemoveAll(t => t.IsExceptionObservedByParent); // RemoveAll has better performance than doing it ourselves 2314if (childTask.IsFaulted && !childTask.IsExceptionObservedByParent) 2370if (task.IsFaulted && !task.IsExceptionObservedByParent)