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)
245
if (
_total
!= -1 &&
_total
!= 0)
255
if (
_total
!= -1 &&
_total
!= 0)
265
if (
_total
== -1 ||
_total
== 0)
266
return
_total
;
270
if (elapsed < 0 || elapsed >=
_total
)
273
return
_total
- elapsed;