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