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)
226
while ((!
_isNotifying
) && (!lockObtained)) {