2 references to s_pool
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\Reducers\CSharpDefaultExpressionReducer.cs (2)
11private static readonly ObjectPool<IReductionRewriter> s_pool = new(static () => new Rewriter(s_pool)); 13public CSharpDefaultExpressionReducer() : base(s_pool)