7 references to RoslynImmutableInterlocked
Microsoft.CodeAnalysis.CodeStyle (7)
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"/>.
ImmutableSegmentedHashSet`1+Builder.cs (1)
63var originalSet = RoslynImmutableInterlocked.InterlockedExchange(ref _set, default);
ImmutableSegmentedHashSet`1+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)
74var originalList = RoslynImmutableInterlocked.InterlockedExchange(ref _list, default);