3 references to CompareExchange
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Interlocked.cs (3)
313(short)CompareExchange(ref Unsafe.As<short, ushort>(ref location1), (ushort)value, (ushort)comparand); 369return CompareExchange(ref location1, value, comparand); // Must expand intrinsic 523CompareExchange(