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