2 references to GetPingUtilityPath
System.Net.Ping (2)
src\libraries\Common\src\System\Net\NetworkInformation\UnixCommandLinePing.cs (2)
19private static readonly string? s_discoveredPing4UtilityPath = GetPingUtilityPath(ipv4: true); 20private static readonly string? s_discoveredPing6UtilityPath = GetPingUtilityPath(ipv4: false);