6 references to SegmentedList
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertToRawString\ConvertInterpolatedStringToRawStringCodeRefactoringProvider.cs (2)
485var interpolationInteriorSpans = new SegmentedList<TextSpan>(); 486var restrictedSpans = new SegmentedList<TextSpan>();
Microsoft.CodeAnalysis.Workspaces (4)
src\roslyn\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\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
112_mutableList = new SegmentedList<T>();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
600var list = new SegmentedList<T>();