7 references to ImmutableSegmentedList
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertToRawString\ConvertRegularStringToRawStringCodeRefactoringProvider.cs (1)
270var result = ImmutableSegmentedList.CreateBuilder<VirtualChar>();
EmbeddedLanguages\CSharpTestEmbeddedLanguageClassifier.cs (1)
139var builder = ImmutableSegmentedList.CreateBuilder<VirtualChar>();
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\EmbeddedLanguages\VirtualChars\CSharpVirtualCharService.cs (3)
25private static readonly ObjectPool<ImmutableSegmentedList<VirtualChar>.Builder> s_pooledBuilders = new(() => ImmutableSegmentedList.CreateBuilder<VirtualChar>()); 134var result = ImmutableSegmentedList.CreateBuilder<VirtualChar>(); 202var result = ImmutableSegmentedList.CreateBuilder<VirtualChar>();
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
75private readonly ImmutableSegmentedList<TItem>.Builder _nextBatch = ImmutableSegmentedList.CreateBuilder<TItem>();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\AbstractVirtualCharService.cs (1)
160var result = ImmutableSegmentedList.CreateBuilder<VirtualChar>();