9 references to Add
mscorlib (5)
system\runtime\memoryfailpoint.cs (1)
108return Interlocked.Add(ref hiddenLastKnownFreeAddressSpace, addend);
system\sharedstatics.cs (1)
140return Interlocked.Add(ref _sharedStatics._memFailPointReservedMemory, (long) size);
system\threading\interlocked.cs (2)
41return Add(ref location, 1); 60return Add(ref location, -1);
system\threading\Tasks\ParallelRangeManager.cs (1)
134nMyOffset = Interlocked.Add(ref m_indexRanges[m_nCurrentIndexRange].m_nSharedCurrentIndexOffset.Value, m_nIncrementValue) - m_nIncrementValue;
System (1)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
1450return Interlocked.Add(ref counterEntry->Value, addend);
System.Core (2)
System\Diagnostics\PerformanceData\CounterSetInstanceCounterDataSet.cs (1)
73Interlocked.Add (ref (*m_offset), value);
System\IO\BufferedStream2.cs (1)
616return Interlocked.Add(ref pos, posDelta);
System.Runtime.Caching (1)
System\Caching\PerfCounters.cs (1)
128Interlocked.Add(ref _counterValues[idx], value);