1 write to m_exception
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskScheduler.cs (1)
624public 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)
640public AggregateException Exception => m_exception;