5 references to CompareExchange
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Interlocked.cs (5)
298
(sbyte)
CompareExchange
(ref Unsafe.As<sbyte, byte>(ref location1), (byte)value, (byte)comparand);
322
return
CompareExchange
(ref location1, value, comparand); // Must expand intrinsic
508
CompareExchange
(
670
byte oldValue =
CompareExchange
(
813
byte oldValue =
CompareExchange
(