2 references to s_pool
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\Reducers\CSharpParenthesizedExpressionReducer.cs (2)
19
() => new Rewriter(
s_pool
));
23
public CSharpParenthesizedExpressionReducer() : base(
s_pool
)