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)
84
currentStatus =
_status
;
121
Debug.Assert(
_status
== InProgress, $"Invalid status: {
_status
}");
142
if (
_status
!= Free)