1 write to m_exception
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskScheduler.cs (1)
624
public UnobservedTaskExceptionEventArgs(AggregateException exception) {
m_exception
= exception; }
1 reference to m_exception
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskScheduler.cs (1)
640
public AggregateException Exception =>
m_exception
;