1 instantiation of HttpListenerPrefixCollection
System.Net.HttpListener (1)
System\Net\HttpListener.cs (1)
40_prefixes = new HttpListenerPrefixCollection(this);
4 references to HttpListenerPrefixCollection
netstandard (1)
netstandard.cs (1)
1144[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerPrefixCollection))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
629[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerPrefixCollection))]
System.Net.HttpListener (2)
System\Net\HttpListener.cs (2)
20private readonly HttpListenerPrefixCollection _prefixes; 98public HttpListenerPrefixCollection Prefixes