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