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