3 writes to _status
System.Net.Ping (3)
System\Net\NetworkInformation\Ping.cs (3)
89_status = InProgress; 122_status = Free; 147_status = Disposed;
4 references to _status
System.Net.Ping (4)
System\Net\NetworkInformation\Ping.cs (4)
84currentStatus = _status; 121Debug.Assert(_status == InProgress, $"Invalid status: {_status}"); 142if (_status != Free)