6 references to VArray
Microsoft.CodeAnalysis.Workspaces (6)
Differencing\LongestCommonSubsequence.cs (6)
28/// Underlying storage for <see cref="VArray"/>s allocated on <see cref="VStack"/>. 31/// The LCS algorithm allocates <see cref="VArray"/>s of sizes (3, 2*1 + 1, ..., 2*D + 1), always in this order, 108public VArray GetVArray(int depth) 154public VArray Push() 167public IEnumerable<(VArray Array, int Depth)> ConsumeArrays() 200public void InitializeFrom(VArray other)