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