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