3 references to ParseNonCanonical
System (3)
net\System\_IPv4Address.cs (2)
93return ParseNonCanonical(name, start, ref end, notImplicitFile) != Invalid; 318long result = IPv4AddressHelper.ParseNonCanonical(ipString, start, ref changedEnd, true);
net\System\Net\IPAddress.cs (1)
286result = IPv4AddressHelper.ParseNonCanonical(name, 0, ref end, true);