2 references to TryParse
System.Net.Primitives (2)
System\Net\IPNetwork.cs (2)
165
if (!
TryParse
(utf8Text, out IPNetwork result))
379
static bool IUtf8SpanParsable<IPNetwork>.TryParse(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider, out IPNetwork result) =>
TryParse
(utf8Text, out result);