5 instantiations of TaskSchedulerException
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (4)
1105TaskSchedulerException tse = new TaskSchedulerException(e); 1695TaskSchedulerException tse = new TaskSchedulerException(e); 2954throw new TaskSchedulerException(e); 3185tse = new TaskSchedulerException(e);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
245TaskSchedulerException tse = new TaskSchedulerException(e);
15 references to TaskSchedulerException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1169[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskSchedulerException))]
netstandard (1)
netstandard.cs (1)
2128[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskSchedulerException))]
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (3)
1105TaskSchedulerException tse = new TaskSchedulerException(e); 1695TaskSchedulerException tse = new TaskSchedulerException(e); 3169TaskSchedulerException? tse = null;
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (3)
245TaskSchedulerException tse = new TaskSchedulerException(e); 331catch (TaskSchedulerException) 513catch (TaskSchedulerException) { } // No further action is necessary, as ScheduleAndStart already transitioned task to faulted
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskSchedulerException.cs (5)
27/// Initializes a new instance of the <see cref="TaskSchedulerException"/> class. 34/// Initializes a new instance of the <see cref="TaskSchedulerException"/> 43/// Initializes a new instance of the <see cref="TaskSchedulerException"/> 54/// Initializes a new instance of the <see cref="TaskSchedulerException"/> 65/// Initializes a new instance of the <see cref="TaskSchedulerException"/>
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
829[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskSchedulerException))]
System.Threading.Tasks (1)
System.Threading.Tasks.cs (1)
35[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskSchedulerException))]