1 write to _stopped
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
915
_stopped
= true;
5 references to _stopped
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (5)
276
Debug.Assert(!
_stopped
, "We should not yet be stopped!");
294
Bid.NotificationsTrace("<sc.SqlConnectionContainer.AppDomainUnload|DEP> Exiting, _stopped: '%d'.\n",
_stopped
);
295
return
_stopped
;
807
if (
_stopped
) {
844
return
_stopped
;