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