1 instantiation of Semaphore
System (1)
net\System\Net\connectionpool.cs (1)
126m_WaitHandles[SemaphoreHandleIndex] = new Semaphore(0, MaxQueueSize);
2 references to Semaphore
System (2)
net\System\Net\connectionpool.cs (2)
89private Semaphore Semaphore { 91return (Semaphore) m_WaitHandles[SemaphoreHandleIndex];