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)
212
List<ListenerPrefix>? list =
_unhandledPrefixes
;
295
List<ListenerPrefix>? list =
_unhandledPrefixes
;
328
current =
_unhandledPrefixes
;
369
current =
_unhandledPrefixes
;