13 writes to _isWriterInProgress
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (13)
279
_isWriterInProgress
= false;
429
_isWriterInProgress
= true;
440
_isWriterInProgress
= false;
737
_isWriterInProgress
= true;
741
_isWriterInProgress
= false;
872
_isWriterInProgress
= true;
878
_isWriterInProgress
= false;
893
_isWriterInProgress
= true;
896
_isWriterInProgress
= false;
920
_isWriterInProgress
= true;
926
_isWriterInProgress
= false;
986
_isWriterInProgress
= true;
1000
_isWriterInProgress
= false;
3 references to _isWriterInProgress
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (3)
424
Debug.Assert(!
_isWriterInProgress
, "Race condition detected in usages of Hashtable - multiple threads appear to be writing to a Hashtable instance simultaneously! Don't do that - use Hashtable.Synchronized.");
664
if (!
_isWriterInProgress
&& (currentversion == _version))
972
Debug.Assert(!
_isWriterInProgress
, "Race condition detected in usages of Hashtable - multiple threads appear to be writing to a Hashtable instance simultaneously! Don't do that - use Hashtable.Synchronized.");