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