3 references to ImmutableSegmentedList
Microsoft.CodeAnalysis.Analyzers (3)
src\roslyn\src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
81
private readonly ImmutableSegmentedList<TItem>.Builder _nextBatch =
ImmutableSegmentedList
.CreateBuilder<TItem>();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\AbstractVirtualCharService.cs (1)
160
var result =
ImmutableSegmentedList
.CreateBuilder<VirtualCharGreen>();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharUtilities.cs (1)
30
var builder =
ImmutableSegmentedList
.CreateBuilder<VirtualChar>();