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,
108
public
VArray
GetVArray(int depth)
154
public
VArray
Push()
167
public IEnumerable<(
VArray
Array, int Depth)> ConsumeArrays()
200
public void InitializeFrom(
VArray
other)