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