2 instantiations of SemaphoreFullException
mscorlib (1)
system\threading\SemaphoreSlim.cs (1)
780
throw new
SemaphoreFullException
();
System (1)
sys\system\threading\semaphore.cs (1)
323
throw new
SemaphoreFullException
();
1 reference to SemaphoreFullException
System (1)
sys\system\threading\semaphorefullexception.cs (1)
15
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.
SemaphoreFullException
))]