7 references to Localhost
System.Net.NameResolution (7)
System\Net\Dns.cs (7)
463return length > Localhost.Length && IsReservedName(hostName, Localhost); 553return GetHostEntryOrAddressesCore(Localhost, justAddresses, addressFamily); 799return await ((Task<T>)(Task)Dns.GetHostAddressesAsync(Localhost, addressFamily, cancellationToken)).ConfigureAwait(false); 809return await ((Task<T>)(Task)Dns.GetHostEntryAsync(Localhost, addressFamily, cancellationToken)).ConfigureAwait(false); 822? (Task)Dns.GetHostAddressesAsync(Localhost, addressFamily, cancellationToken) 823: Dns.GetHostEntryAsync(Localhost, addressFamily, cancellationToken))).ConfigureAwait(false);