2 writes to _port
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (2)
173_port = (IntPtr)(-1); 180fixed (IntPtr* portPtr = &_port)
4 references to _port
System.Net.Sockets (4)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (4)
146error = Interop.Sys.TryChangeSocketEventRegistration(_port, socketHandle, Interop.Sys.SocketEvents.None, 220Interop.Error err = Interop.Sys.WaitForSocketEvents(_port, handler.Buffer, &numEvents); 302if (_port != (IntPtr)(-1)) 304Interop.Sys.CloseSocketEventPort(_port);