3 references to ParseNonCanonical
System.Net.Primitives (3)
src\libraries\Common\src\System\Net\IPv4AddressHelper.Common.cs (1)
110
return
ParseNonCanonical
(name, start, ref end, notImplicitFile) != Invalid;
System\Net\IPAddressParser.cs (2)
31
long address = IPv4AddressHelper.
ParseNonCanonical
(ipStringPtr, 0, ref end, notImplicitFile: true);
74
tmpAddr = IPv4AddressHelper.
ParseNonCanonical
(ipStringPtr, 0, ref end, notImplicitFile: true);