13 writes to isWriterInProgress
mscorlib (13)
system\collections\hashtable.cs (13)
291isWriterInProgress = false; 455isWriterInProgress = true; 465isWriterInProgress = false; 762isWriterInProgress = true; 766isWriterInProgress = false; 922isWriterInProgress = true; 928isWriterInProgress = false; 964isWriterInProgress = true; 967isWriterInProgress = false; 1010isWriterInProgress = true; 1016isWriterInProgress = false; 1096isWriterInProgress = true; 1108isWriterInProgress = false;
3 references to isWriterInProgress
mscorlib (3)
system\collections\hashtable.cs (3)
447Contract.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."); 693} while ( isWriterInProgress || (currentversion != version) ); 1079Contract.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.");