2 writes to _port
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (2)
187_port = (IntPtr)(-1); 194fixed (IntPtr* portPtr = &_port)
4 references to _port
System.Net.Sockets (4)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (4)
160error = Interop.Sys.TryChangeSocketEventRegistration(_port, socketHandle, Interop.Sys.SocketEvents.None, 233Interop.Error err = Interop.Sys.WaitForSocketEvents(_port, _buffer, &numEvents); 321if (_port != (IntPtr)(-1)) 323Interop.Sys.CloseSocketEventPort(_port);