2 writes to m_exceptionalChildren
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
2319
Interlocked.CompareExchange(ref props.
m_exceptionalChildren
, new List<Task>(), null);
2384
props.
m_exceptionalChildren
= null;
4 references to m_exceptionalChildren
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (4)
2180
List<Task>? exceptionalChildren = props.
m_exceptionalChildren
;
2317
if (props!.
m_exceptionalChildren
== null)
2326
List<Task>? tmp = props.
m_exceptionalChildren
;
2357
List<Task>? exceptionalChildren = props.
m_exceptionalChildren
;