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