2 references to TryParse
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs (1)
117
if (IPNetwork.
TryParse
(entry, out IPNetwork networkEntry))
System.Net.Primitives (1)
System\Net\IPNetwork.cs (1)
363
static bool IParsable<IPNetwork>.TryParse([NotNullWhen(true)] string? s, IFormatProvider? provider, out IPNetwork result) =>
TryParse
(s, out result);