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)
237
return
_errorState
;
820
if (
_errorState
|| retryStopwatch.Elapsed.Seconds >= 30) {
821
Bid.NotificationsTrace("<sc.SqlConnectionContainer.Stop|DEP|ERR> forcing cleanup. elapsedSeconds: '%d', _errorState: '%d'.\n", retryStopwatch.Elapsed.Seconds,
_errorState
);
893
if (_serviceQueueCreated && !
_errorState
) {