3 references to CancelIoEx
System (3)
net\System\Net\_PooledStream.cs (3)
598if (UnsafeNclNativeMethods.CancelIoEx(socket.SafeHandle, IntPtr.Zero) == 0) { 623UnsafeNclNativeMethods.CancelIoEx(socket4.SafeHandle, IntPtr.Zero); 640UnsafeNclNativeMethods.CancelIoEx(socket6.SafeHandle, IntPtr.Zero);