1 write to Handle
System (1)
net\System\Net\_Semaphore.cs (1)
24Handle = UnsafeNclNativeMethods.CreateSemaphore(IntPtr.Zero, initialCount, maxCount, IntPtr.Zero);
1 reference to Handle
System (1)
net\System\Net\_Semaphore.cs (1)
45return UnsafeNclNativeMethods.ReleaseSemaphore(Handle, 1, IntPtr.Zero);