3 references to TryParse
System.Net.Primitives (3)
System\Net\IPNetwork.cs (3)
149
if (!
TryParse
(s, out IPNetwork result))
187
return
TryParse
(s.AsSpan(), out result);
376
static bool ISpanParsable<IPNetwork>.TryParse(ReadOnlySpan<char> s, IFormatProvider? provider, out IPNetwork result) =>
TryParse
(s, out result);