1 write to pendingNotifications
System (1)
net\System\Net\NetworkInformation\TeredoHelper.cs (1)
52pendingNotifications = new List<TeredoHelper>();
6 references to pendingNotifications
System (6)
net\System\Net\NetworkInformation\TeredoHelper.cs (6)
76lock (pendingNotifications) 101pendingNotifications.Add(helper); 123lock (pendingNotifications) 127foreach (TeredoHelper helper in pendingNotifications) 143lock (pendingNotifications) 155pendingNotifications.Remove(this);