3 references to SemaphoreFullException
Microsoft.AspNetCore.SignalR.Core (1)
Internal\ChannelBasedSemaphore.cs (1)
39
throw new
SemaphoreFullException
();
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.Windows.cs (1)
197
throw new
SemaphoreFullException
();
src\libraries\System.Private.CoreLib\src\System\Threading\SemaphoreSlim.cs (1)
802
throw new
SemaphoreFullException
();