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