1 reference to new
Microsoft.CodeAnalysis.CodeStyle (1)
EditDistance.cs (1)
651
private static readonly SimplePool<T[]> s_pool =
new
(() => new T[MaxPooledArraySize]);