3 references to MaxIPv6StringLength
System.Net.Primitives (3)
System\Net\IPAddress.cs (3)
461Span<char> span = stackalloc char[IPAddressParser.MaxIPv6StringLength]; 508if (destination.Length >= IPAddressParser.MaxIPv6StringLength) 515Span<TChar> tmpDestination = stackalloc TChar[IPAddressParser.MaxIPv6StringLength];