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