2 writes to s_availabilityTimer
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\NetworkAddressChange.Unix.cs (2)
111s_availabilityTimer = new Timer(s_availabilityTimerFiredCallback, null, Timeout.Infinite, Timeout.Infinite); 138s_availabilityTimer = null;
5 references to s_availabilityTimer
System.Net.NetworkInformation (5)
System\Net\NetworkInformation\NetworkAddressChange.Unix.cs (5)
106if (s_availabilityTimer == null) 135if (s_availabilityTimer != null) 137s_availabilityTimer.Dispose(); 251if (s_availabilityTimer != null) 255s_availabilityTimer.Change(AvailabilityTimerWindowMilliseconds, -1);