3 instantiations of SemaphoreFullException
Microsoft.AspNetCore.SignalR.Core (1)
Internal\ChannelBasedSemaphore.cs (1)
39throw new SemaphoreFullException();
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.Windows.cs (1)
197throw new SemaphoreFullException();
src\libraries\System.Private.CoreLib\src\System\Threading\SemaphoreSlim.cs (1)
802throw new SemaphoreFullException();
5 references to SemaphoreFullException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1148[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SemaphoreFullException))]
netstandard (1)
netstandard.cs (1)
2100[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SemaphoreFullException))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
916[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SemaphoreFullException))]
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\SemaphoreSlim.cs (1)
778/// <exception cref="SemaphoreFullException">The <see cref="SemaphoreSlim"/> has
System.Threading (1)
artifacts\obj\System.Threading\Debug\net10.0\System.Threading.Forwards.cs (1)
23[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SemaphoreFullException))]