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