5 references to RoslynImmutableInterlocked
Microsoft.Build.Framework (5)
ImmutableSegmentedDictionary`2.cs (1)
56
/// <see cref="
RoslynImmutableInterlocked
"/> class depends on it, as well as others externally.</para>
ImmutableSegmentedDictionary`2+PrivateInterlocked.cs (1)
13
/// Private helper class for use only by <see cref="
RoslynImmutableInterlocked
"/>.
ImmutableSegmentedList`1.cs (1)
57
/// <see cref="
RoslynImmutableInterlocked
"/> class depends on it, as well as others externally.</para>
ImmutableSegmentedList`1+PrivateInterlocked.cs (1)
13
/// Private helper class for use only by <see cref="
RoslynImmutableInterlocked
"/>.
ImmutableSegmentedList`1+ValueBuilder.cs (1)
74
var originalList =
RoslynImmutableInterlocked
.InterlockedExchange(ref _list, default);