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