10 references to ThreadInterruptedException
Microsoft.Build (1)
ExceptionHandling.cs (1)
104|| e is ThreadInterruptedException
Microsoft.Build.Engine.OM.UnitTests (1)
ExceptionHandling.cs (1)
104|| e is ThreadInterruptedException
Microsoft.Build.Tasks.Core (1)
ExceptionHandling.cs (1)
104|| e is ThreadInterruptedException
Microsoft.Build.Utilities.Core (1)
ExceptionHandling.cs (1)
104|| e is ThreadInterruptedException
MSBuild (1)
ExceptionHandling.cs (1)
104|| e is ThreadInterruptedException
MSBuildTaskHost (1)
ExceptionHandling.cs (1)
104|| e is ThreadInterruptedException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1174[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadInterruptedException))]
netstandard (1)
netstandard.cs (1)
2137[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadInterruptedException))]
System.Private.CoreLib (1)
src\System\Threading\Thread.CoreCLR.cs (1)
409/// <exception cref="ThreadInterruptedException">if the thread is interrupted while waiting</exception>
System.Threading.Thread (1)
artifacts\obj\System.Threading.Thread\Debug\net10.0\System.Threading.Thread.Forwards.cs (1)
11[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadInterruptedException))]