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