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