4 references to SegmentedList
Microsoft.Build (4)
ImmutableSegmentedList`1.cs (2)
76public static readonly ImmutableSegmentedList<T> Empty = new(new SegmentedList<T>()); 147var list = new SegmentedList<T> { value };
ImmutableSegmentedList`1+ValueBuilder.cs (1)
112_mutableList = new SegmentedList<T>();
SegmentedList`1.cs (1)
600var list = new SegmentedList<T>();