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