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