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