5 instantiations of AbandonedMutexException
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (4)
195throw new AbandonedMutexException(); 335throw new AbandonedMutexException(); 339throw new AbandonedMutexException(waitResult, waitHandles[waitResult]); 472throw new AbandonedMutexException();
src\libraries\System.Private.CoreLib\src\System\Threading\WaitSubsystem.WaitableObject.Unix.cs (1)
471throw new AbandonedMutexException();
11 references to AbandonedMutexException
csc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
245catch (AbandonedMutexException)
Microsoft.Arcade.Common (1)
Helpers.cs (1)
45catch (AbandonedMutexException)
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
245catch (AbandonedMutexException)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
245catch (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)
245catch (AbandonedMutexException)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (1)
491catch (AbandonedMutexException)
System.Threading (1)
artifacts\obj\System.Threading\Debug\net11.0\System.Threading.Forwards.cs (1)
3[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AbandonedMutexException))]
vbc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
245catch (AbandonedMutexException)
VBCSCompiler (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
245catch (AbandonedMutexException)