1 reference to VBuffer
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\LongestCommonSubsequence.cs (1)
25
private static readonly ObjectPool<VBuffer> s_pool = new(() => new
VBuffer
());