4 references to STATUS_UNLOCKED
System.Data (4)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolAuthenticationContext.cs (4)
61
_isUpdateInProgress =
STATUS_UNLOCKED
;
95
int oldValue = Interlocked.CompareExchange(ref _isUpdateInProgress, STATUS_LOCKED,
STATUS_UNLOCKED
);
96
return (oldValue ==
STATUS_UNLOCKED
);
104
int oldValue = Interlocked.CompareExchange(ref _isUpdateInProgress,
STATUS_UNLOCKED
, STATUS_LOCKED);