4 instantiations of AbandonedMutexException
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (4)
196throw new AbandonedMutexException(); 336throw new AbandonedMutexException(); 340throw new AbandonedMutexException(waitResult, waitHandles[waitResult]); 477throw new AbandonedMutexException();
10 references to AbandonedMutexException
csc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
237catch (AbandonedMutexException)
Microsoft.Arcade.Common (1)
Helpers.cs (1)
45catch (AbandonedMutexException)
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
237catch (AbandonedMutexException)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
237catch (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)
237catch (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)
237catch (AbandonedMutexException)
VBCSCompiler (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
237catch (AbandonedMutexException)