2 writes to _allPrefixes
System.Net.HttpListener (2)
System\Net\Managed\HttpEndPointListener.cs (2)
344
} while (Interlocked.CompareExchange(ref
_allPrefixes
, future, current) != current);
387
} while (Interlocked.CompareExchange(ref
_allPrefixes
, future, current) != current);
4 references to _allPrefixes
System.Net.HttpListener (4)
System\Net\Managed\HttpEndPointListener.cs (4)
221
list =
_allPrefixes
;
299
list =
_allPrefixes
;
340
current =
_allPrefixes
;
383
current =
_allPrefixes
;