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