3 references to ParseNonCanonical
System.Net.Primitives (3)
src\libraries\Common\src\System\Net\IPv4AddressHelper.Common.cs (1)
110return ParseNonCanonical(name, out end, notImplicitFile) != Invalid;
System\Net\IPAddressParser.cs (2)
28long address = IPv4AddressHelper.ParseNonCanonical(ipSpan, out int end, notImplicitFile: true); 65long tmpAddr = IPv4AddressHelper.ParseNonCanonical(ipSpan, out int end, notImplicitFile: true);