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