3 references to InterlockedCompareExchange
Microsoft.CodeAnalysis.CodeStyle (3)
src\Dependencies\Collections\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;