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