2 writes to _isNotifying
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbReferenceCollection.cs (2)
161_isNotifying = true; 183_isNotifying = false;
1 reference to _isNotifying
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbReferenceCollection.cs (1)
226while ((!_isNotifying) && (!lockObtained)) {