2 writes to Socket
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\NetworkAddressChange.Unix.cs (2)
167Socket = new Socket(sh); 180Socket = null;
10 references to Socket
System.Net.NetworkInformation (10)
System\Net\NetworkInformation\NetworkAddressChange.Unix.cs (10)
57if (Socket == null) 74Debug.Assert(Socket == null, 99if (Socket == null) 125Debug.Assert(Socket == null, 153Debug.Assert(Socket == null, "Socket is not null, must close existing socket before opening another."); 171_ = ReadEventsAsync(Socket); 178Debug.Assert(Socket != null, "Socket was null when CloseSocket was called."); 179Socket.Dispose(); 230if (Socket != null && socket == Socket.Handle)