8 references to SegmentedList
IdeCoreBenchmarks (1)
SegmentedListBenchmarks_Add.cs (1)
34var array = new SegmentedList<T>();
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertToRawString\ConvertInterpolatedStringToRawStringCodeRefactoringProvider.cs (2)
487var interpolationInteriorSpans = new SegmentedList<TextSpan>(); 488var restrictedSpans = new SegmentedList<TextSpan>();
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Tagging\TagSpanIntervalTreeTests.cs (1)
36var result = new SegmentedList<TagSpan<TTag>>();
Microsoft.CodeAnalysis.Workspaces (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (2)
76public static readonly ImmutableSegmentedList<T> Empty = new(new SegmentedList<T>()); 147var list = new SegmentedList<T> { value };
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
112_mutableList = new SegmentedList<T>();
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
600var list = new SegmentedList<T>();