3 references to CompareExchange
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Interlocked.cs (3)
302(sbyte)CompareExchange(ref Unsafe.As<sbyte, byte>(ref location1), (byte)value, (byte)comparand); 326return CompareExchange(ref location1, value, comparand); // Must expand intrinsic 514CompareExchange(