2 references to s_pool
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\Reducers\CSharpVarReducer.cs (2)
14
() => new Rewriter(
s_pool
));
16
public CSharpVarReducer() : base(
s_pool
)