9 references to InterlockedCompareExchange
Microsoft.CodeAnalysis (9)
RoslynImmutableInterlocked.cs (9)
289var interlockedResult = InterlockedCompareExchange(ref location, newValue, oldValue);
332var interlockedResult = InterlockedCompareExchange(ref location, newValue, oldValue);
384return InterlockedCompareExchange(ref location, value, default(ImmutableSegmentedDictionary<TKey, TValue>)).IsDefault;
443var interlockedResult = InterlockedCompareExchange(ref location, updatedCollection, priorCollection);
481var interlockedResult = InterlockedCompareExchange(ref location, updatedCollection, priorCollection);
517var interlockedResult = InterlockedCompareExchange(ref location, updatedCollection, priorCollection);
545var interlockedResult = InterlockedCompareExchange(ref location, updatedCollection, priorCollection);
573var interlockedResult = InterlockedCompareExchange(ref location, updatedCollection, priorCollection);
599var interlockedResult = InterlockedCompareExchange(ref location, updatedCollection, priorCollection);