8 references to s_callerArray
System (8)
net\System\Net\NetworkInformation\NetworkAddressChange.cs (8)
187if (s_callerArray.Count > 0) 190callerArray = new DictionaryEntry[s_callerArray.Count]; 191s_callerArray.CopyTo(callerArray, 0); 272if ((caller != null) && (!s_callerArray.Contains(caller))) { 273s_callerArray.Add(caller, captureContext ? ExecutionContext.Capture() : null); 277if (s_isListening || s_callerArray.Count == 0) { 354s_callerArray.Remove(caller); 355if (s_callerArray.Count == 0 && s_isListening) {