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