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