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