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)
276Debug.Assert(!_stopped, "We should not yet be stopped!"); 294Bid.NotificationsTrace("<sc.SqlConnectionContainer.AppDomainUnload|DEP> Exiting, _stopped: '%d'.\n", _stopped); 295return _stopped; 807if (_stopped) { 844return _stopped;