1 instantiation of SegmentEnumerable
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
414=> new(array, offset, length);
4 references to SegmentEnumerable
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (4)
413private static SegmentEnumerable<T> GetSegments<T>(this SegmentedArray<T> array, int offset, int length) 687private readonly SegmentEnumerable<T> _enumerable; 689public ReverseEnumerable(SegmentEnumerable<T> enumerable) 697public SegmentEnumerable<T> Reverse()