3 references to TryParse
System.Net.Primitives (3)
System\Net\IPEndPoint.cs (3)
96
return
TryParse
(s.AsSpan(), out result);
171
if (
TryParse
(s, out IPEndPoint? result))
260
static bool ISpanParsable<IPEndPoint>.TryParse(ReadOnlySpan<char> s, IFormatProvider? provider, [NotNullWhen(true)] out IPEndPoint? result) =>
TryParse
(s, out result);