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