2 references to s_discoveredPing4UtilityPath
System.Net.Ping (2)
src\libraries\Common\src\System\Net\NetworkInformation\UnixCommandLinePing.cs (2)
21private static readonly Lazy<bool> s_isBusybox = new Lazy<bool>(() => IsBusyboxPing(s_discoveredPing4UtilityPath)); 70public static string? Ping4UtilityPath { get { return s_discoveredPing4UtilityPath; } }