3 instantiations of AbandonedMutexException
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (3)
196throw new AbandonedMutexException(); 336throw new AbandonedMutexException(); 477throw new AbandonedMutexException();
9 references to AbandonedMutexException
csc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
240catch (AbandonedMutexException)
Microsoft.Arcade.Common (1)
Helpers.cs (1)
45catch (AbandonedMutexException)
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
240catch (AbandonedMutexException)
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1115[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AbandonedMutexException))]
netstandard (1)
netstandard.cs (1)
2062[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AbandonedMutexException))]
Replay (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
240catch (AbandonedMutexException)
System.Threading (1)
artifacts\obj\System.Threading\Debug\net10.0\System.Threading.Forwards.cs (1)
3[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AbandonedMutexException))]
vbc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
240catch (AbandonedMutexException)
VBCSCompiler (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
240catch (AbandonedMutexException)