5 references to Free
System (5)
net\System\Net\NetworkInformation\ping.cs (5)
77private int status = Free; 86int currentStatus = Interlocked.CompareExchange(ref status, InProgress, Free); 105status = Free; 135if (Interlocked.CompareExchange(ref status, Disposed, Free) != Free)