3 references to InterlockedCompareExchange
Microsoft.Build.Framework (3)
RoslynImmutableInterlocked.cs (3)
45
var interlockedResult =
InterlockedCompareExchange
(ref location, newValue, oldValue);
86
var interlockedResult =
InterlockedCompareExchange
(ref location, newValue, oldValue);
132
return
InterlockedCompareExchange
(ref location, value, default(ImmutableSegmentedList<T>)).IsDefault;