2 references to InterlockedCompareExchange
System (2)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (2)
166
} while (SafeNativeMethods.
InterlockedCompareExchange
((IntPtr)baseAddress, newOffset, oldOffset) != oldOffset);
1633
SafeNativeMethods.
InterlockedCompareExchange
(fileViewAddress.DangerousGetHandle(), initialOffset, 0);