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