3 references to ExchangeAdd
System.Private.CoreLib (3)
System\Threading\Interlocked.cs (3)
128return ExchangeAdd(ref location, 1) + 1; 144return ExchangeAdd(ref location, -1) - 1; 160return ExchangeAdd(ref location1, value) + value;