8 references to DomainNameHelper
System.Private.Uri (8)
System\UncNameHelper.cs (1)
14return DomainNameHelper.ParseCanonicalName(str, start, end, ref loopback);
System\Uri.cs (7)
1229host = DomainNameHelper.IdnEquivalent(host); 1324if (DomainNameHelper.IsValid(name, iri: false, notImplicitFile: false, out end) && end == name.Length) 1329if (DomainNameHelper.IsValid(name, iri: true, notImplicitFile: false, out end) && end == name.Length) 2506host = DomainNameHelper.ParseCanonicalName(str, idx, end, ref loopback); 2835if (!DomainNameHelper.TryGetUnicodeEquivalent(host, ref hostBuilder)) 3830DomainNameHelper.IsValid(str.Slice(i), iri: false, StaticNotAny(flags, Flags.ImplicitFile), out hostLength)) 3845DomainNameHelper.IsValid(str.Slice(i), iri: true, StaticNotAny(flags, Flags.ImplicitFile), out hostLength))