1 write to _defaultServiceNames
System.Net.HttpListener (1)
System\Net\HttpListener.cs (1)
37
_defaultServiceNames
= new ServiceNameStore();
4 references to _defaultServiceNames
System.Net.HttpListener (4)
System\Net\HttpListener.cs (4)
96
public ServiceNameCollection DefaultServiceNames =>
_defaultServiceNames
.ServiceNames;
162
_defaultServiceNames
.Add(uriPrefix);
236
_defaultServiceNames
.Remove(uriPrefix);
263
_defaultServiceNames
.Clear();