2 references to ParseNonCanonical
System.Private.Uri (2)
src\libraries\Common\src\System\Net\IPv4AddressHelper.Common.cs (1)
110
return
ParseNonCanonical
(name, start, ref end, notImplicitFile) != Invalid;
System\IPv4AddressHelper.cs (1)
46
long result = IPv4AddressHelper.
ParseNonCanonical
(ipString, start, ref changedEnd, true);