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