3 references to Add
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Interlocked.cs (1)
22
Add
(ref location, 1);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (2)
1290
var state = new State(Interlocked.
Add
(ref lockObj._state, Neg(SpinnerCountIncrement)));
1434
var state = new State(Interlocked.
Add
(ref lockObj._state, Neg(IsWaiterSignaledToWakeMask)));