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