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