2 references to ParseNonCanonical
System.Private.Uri (2)
src\libraries\Common\src\System\Net\IPv4AddressHelper.Common.cs (1)
110
return
ParseNonCanonical
(name, out end, notImplicitFile) != Invalid;
System\IPv4AddressHelper.cs (1)
16
long result =
ParseNonCanonical
(str.AsSpan(start), out _, true);