3 references to InterlockedCompareExchange
Microsoft.CodeAnalysis.Collections.Package (3)
RoslynImmutableInterlocked.cs (3)
46
var interlockedResult =
InterlockedCompareExchange
(ref location, newValue, oldValue);
87
var interlockedResult =
InterlockedCompareExchange
(ref location, newValue, oldValue);
133
return
InterlockedCompareExchange
(ref location, value, default(ImmutableSegmentedList<T>)).IsDefault;