2 writes to Socket
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\NetworkAddressChange.Unix.cs (2)
169Socket = new Socket(sh); 182Socket = null;
10 references to Socket
System.Net.NetworkInformation (10)
System\Net\NetworkInformation\NetworkAddressChange.Unix.cs (10)
58if (Socket == null) 75Debug.Assert(Socket == null, 101if (Socket == null) 127Debug.Assert(Socket == null, 155Debug.Assert(Socket == null, "Socket is not null, must close existing socket before opening another."); 173_ = ReadEventsAsync(Socket); 180Debug.Assert(Socket != null, "Socket was null when CloseSocket was called."); 181Socket.Dispose(); 232if (Socket != null && socket == Socket.Handle)