3 references to InterlockedCompareExchange
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\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;