2 writes to _total
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\ReaderWriterLockSlim.cs (2)
244_total = (int)ltm; 254_total = millisecondsTimeout;
9 references to _total
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Threading\ReaderWriterLockSlim.cs (9)
245if (_total != -1 && _total != 0) 255if (_total != -1 && _total != 0) 265if (_total == -1 || _total == 0) 266return _total; 270if (elapsed < 0 || elapsed >= _total) 273return _total - elapsed;