3 references to STATUS_LOCKED
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolAuthenticationContext.cs (3)
95
int oldValue = Interlocked.CompareExchange(ref _isUpdateInProgress,
STATUS_LOCKED
, STATUS_UNLOCKED);
104
int oldValue = Interlocked.CompareExchange(ref _isUpdateInProgress, STATUS_UNLOCKED,
STATUS_LOCKED
);
105
Debug.Assert(oldValue ==
STATUS_LOCKED
);