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