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