8 references to DomainNameHelper
System.Private.Uri (8)
System\UncNameHelper.cs (1)
14return DomainNameHelper.ParseCanonicalName(str, start, end, ref loopback);
System\Uri.cs (7)
1232host = DomainNameHelper.IdnEquivalent(host); 1327if (DomainNameHelper.IsValid(name, iri: false, notImplicitFile: false, out end) && end == name.Length) 1332if (DomainNameHelper.IsValid(name, iri: true, notImplicitFile: false, out end) && end == name.Length) 2509host = DomainNameHelper.ParseCanonicalName(str, idx, end, ref loopback); 2838if (!DomainNameHelper.TryGetUnicodeEquivalent(host, ref hostBuilder)) 3798DomainNameHelper.IsValid(str.Slice(i), iri: false, StaticNotAny(flags, Flags.ImplicitFile), out hostLength)) 3813DomainNameHelper.IsValid(str.Slice(i), iri: true, StaticNotAny(flags, Flags.ImplicitFile), out hostLength))