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