2 references to MaxIPv4StringLength
System.Net.Primitives (2)
System\Net\IPAddress.cs (2)
504
if (destination.Length >= IPAddressParser.
MaxIPv4StringLength
)
520
Debug.Assert(tmpDestination.Length >= IPAddressParser.
MaxIPv4StringLength
);