2 references to GetPingProcess
System.Net.Ping (2)
System\Net\NetworkInformation\Ping.PingUtility.cs (2)
53using (Process p = GetPingProcess(address, buffer, timeout, options)) 78using Process pingProcess = GetPingProcess(address, buffer, timeout, options);