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)
250
if (
_total
!= -1 &&
_total
!= 0)
261
if (
_total
!= -1 &&
_total
!= 0)
271
if (
_total
== -1 ||
_total
== 0)
272
return
_total
;
276
if (elapsed < 0 || elapsed >=
_total
)
279
return
_total
- elapsed;