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