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)
221list = _allPrefixes; 299list = _allPrefixes; 340current = _allPrefixes; 383current = _allPrefixes;