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); 322return CompareExchange(ref location1, value, comparand); // Must expand intrinsic 508CompareExchange( 670byte oldValue = CompareExchange( 813byte oldValue = CompareExchange(