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