2 references to s_pool
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\Reducers\CSharpParenthesizedPatternReducer.cs (2)
21
() => new Rewriter(
s_pool
));
25
public CSharpParenthesizedPatternReducer() : base(
s_pool
)