3 references to InterlockedCompareExchange
Microsoft.CodeAnalysis.Threading.Package (3)
src\Dependencies\Collections\RoslynImmutableInterlocked.cs (3)
48
var interlockedResult =
InterlockedCompareExchange
(ref location, newValue, oldValue);
89
var interlockedResult =
InterlockedCompareExchange
(ref location, newValue, oldValue);
135
return
InterlockedCompareExchange
(ref location, value, default(ImmutableSegmentedList<T>)).IsDefault;