3 writes to _errorState
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (3)
333_errorState = true; 347_errorState = true; 685_errorState = false;
4 references to _errorState
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (4)
237return _errorState; 820if (_errorState || retryStopwatch.Elapsed.Seconds >= 30) { 821Bid.NotificationsTrace("<sc.SqlConnectionContainer.Stop|DEP|ERR> forcing cleanup. elapsedSeconds: '%d', _errorState: '%d'.\n", retryStopwatch.Elapsed.Seconds, _errorState); 893if (_serviceQueueCreated && !_errorState) {