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