3 references to InProgress
System (3)
net\System\Net\NetworkInformation\ping.cs (3)
86
int currentStatus = Interlocked.CompareExchange(ref status,
InProgress
, Free);
87
if (currentStatus ==
InProgress
)
104
Debug.Assert(status ==
InProgress
, "Invalid status: " + status);