5 references to CompareExchange
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Interlocked.cs (5)
309(short)CompareExchange(ref Unsafe.As<short, ushort>(ref location1), (ushort)value, (ushort)comparand); 365return CompareExchange(ref location1, value, comparand); // Must expand intrinsic 517CompareExchange( 688ushort oldValue = CompareExchange( 831ushort oldValue = CompareExchange(