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