2 writes to _port
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (2)
148_port = (IntPtr)(-1); 155fixed (IntPtr* portPtr = &_port)
4 references to _port
System.Net.Sockets (4)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (4)
130error = Interop.Sys.TryChangeSocketEventRegistration(_port, socketHandle, Interop.Sys.SocketEvents.None, 195Interop.Error err = Interop.Sys.WaitForSocketEvents(_port, handler.Buffer, &numEvents); 312if (_port != (IntPtr)(-1)) 314Interop.Sys.CloseSocketEventPort(_port);