2 writes to _unhandledPrefixes
System.Net.HttpListener (2)
System\Net\Managed\HttpEndPointListener.cs (2)
332} while (Interlocked.CompareExchange(ref _unhandledPrefixes, future, current) != current); 373} while (Interlocked.CompareExchange(ref _unhandledPrefixes, future, current) != current);
4 references to _unhandledPrefixes
System.Net.HttpListener (4)
System\Net\Managed\HttpEndPointListener.cs (4)
212List<ListenerPrefix>? list = _unhandledPrefixes; 295List<ListenerPrefix>? list = _unhandledPrefixes; 328current = _unhandledPrefixes; 369current = _unhandledPrefixes;