3 references to Add
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Interlocked.cs (1)
31
Add
(ref location, 1);
src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLifoSemaphore.cs (2)
235
var countsAfterUpdate = new Counts(Interlocked.
Add
(ref _data, 1ul << SignalCountShift));
265
var countsAfterUpdate = new Counts(Interlocked.
Add
(ref _data, unchecked((ulong)-1) << WaiterCountShift));