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