2 writes to s_availabilityTimer
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\NetworkAddressChange.Unix.cs (2)
109s_availabilityTimer = new Timer(s_availabilityTimerFiredCallback, null, Timeout.Infinite, Timeout.Infinite); 136s_availabilityTimer = null;
5 references to s_availabilityTimer
System.Net.NetworkInformation (5)
System\Net\NetworkInformation\NetworkAddressChange.Unix.cs (5)
104if (s_availabilityTimer == null) 133if (s_availabilityTimer != null) 135s_availabilityTimer.Dispose(); 249if (s_availabilityTimer != null) 253s_availabilityTimer.Change(AvailabilityTimerWindowMilliseconds, -1);