2 writes to _port
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (2)
178_port = (IntPtr)(-1); 185fixed (IntPtr* portPtr = &_port)
4 references to _port
System.Net.Sockets (4)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (4)
151error = Interop.Sys.TryChangeSocketEventRegistration(_port, socketHandle, Interop.Sys.SocketEvents.None, 225Interop.Error err = Interop.Sys.WaitForSocketEvents(_port, handler.Buffer, &numEvents); 342if (_port != (IntPtr)(-1)) 344Interop.Sys.CloseSocketEventPort(_port);