2 references to TryParse
System.Net.Primitives (2)
System\Net\IPEndPoint.cs (2)
220
if (
TryParse
(utf8Text, out IPEndPoint? result))
283
static bool IUtf8SpanParsable<IPEndPoint>.TryParse(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider, [NotNullWhen(true)] out IPEndPoint? result) =>
TryParse
(utf8Text, out result);