1 instantiation of NodesAndTokensToReduceComputer
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\CSharpSimplificationService.NodesAndTokensToReduceComputer.cs (1)
32var reduceNodeComputer = new NodesAndTokensToReduceComputer(isNodeOrTokenOutsideSimplifySpans);
2 references to NodesAndTokensToReduceComputer
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\CSharpSimplificationService.cs (1)
180=> NodesAndTokensToReduceComputer.Compute(root, isNodeOrTokenOutsideSimplifySpans);
Simplification\CSharpSimplificationService.NodesAndTokensToReduceComputer.cs (1)
32var reduceNodeComputer = new NodesAndTokensToReduceComputer(isNodeOrTokenOutsideSimplifySpans);