2 instantiations of AlignedSegmentEnumerable
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\SegmentedArray.cs (2)
415
=>
new
(first, second, length);
419
=>
new
(first, firstOffset, second, secondOffset, length);
2 references to AlignedSegmentEnumerable
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\SegmentedArray.cs (2)
414
private static
AlignedSegmentEnumerable
<T> GetSegments<T>(SegmentedArray<T> first, SegmentedArray<T> second, int length)
418
private static
AlignedSegmentEnumerable
<T> GetSegmentsAligned<T>(SegmentedArray<T> first, int firstOffset, SegmentedArray<T> second, int secondOffset, int length)