9 references to RoslynImmutableInterlocked
Microsoft.Build (9)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2.cs (1)
58
/// <see cref="
RoslynImmutableInterlocked
"/> class depends on it, as well as others externally.</para>
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2+PrivateMarshal.cs (1)
15
/// Private helper class for use only by <see cref="
RoslynImmutableInterlocked
"/> and
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
100
var originalDictionary =
RoslynImmutableInterlocked
.InterlockedExchange(ref _dictionary, default);
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedHashSet`1.cs (1)
52
/// <see cref="
RoslynImmutableInterlocked
"/> class depends on it, as well as others externally.</para>
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedHashSet`1+PrivateMarshal.cs (1)
15
/// Private helper class for use only by <see cref="
RoslynImmutableInterlocked
"/> and
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
66
var originalSet =
RoslynImmutableInterlocked
.InterlockedExchange(ref _set, default);
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList`1.cs (1)
59
/// <see cref="
RoslynImmutableInterlocked
"/> class depends on it, as well as others externally.</para>
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList`1+PrivateMarshal.cs (1)
15
/// Private helper class for use only by <see cref="
RoslynImmutableInterlocked
"/> and
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
76
var originalList =
RoslynImmutableInterlocked
.InterlockedExchange(ref _list, default);