2 writes to _total
System.Core (2)
system\threading\ReaderWriterLockSlim\ReaderWriterLockSlim.cs (2)
249_total = (int)ltm; 260_total = millisecondsTimeout;
9 references to _total
System.Core (9)
system\threading\ReaderWriterLockSlim\ReaderWriterLockSlim.cs (9)
250if (_total != -1 && _total != 0) 261if (_total != -1 && _total != 0) 271if (_total == -1 || _total == 0) 272return _total; 276if (elapsed < 0 || elapsed >= _total) 279return _total - elapsed;