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