net\System\Net\NetworkInformation\ping.cs (3)
349return InternalSend (addressSnapshot, buffer, timeout, options, false);
484InternalSend (addressSnapshot, buffer, timeout, options, true);
611InternalSend (addressSnapshot, stateObject.buffer, stateObject.timeout, stateObject.options, true);