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