1 write to _root
IdeCoreBenchmarks (1)
SyntacticChangeRangeBenchmark.cs (1)
45_root = _tree.GetCompilationUnitRoot();
4 references to _root
IdeCoreBenchmarks (4)
SyntacticChangeRangeBenchmark.cs (4)
73SyntacticChangeRangeComputer.ComputeSyntacticChangeRange(_root, newRoot, TimeSpan.MaxValue, CancellationToken.None); 80SyntacticChangeRangeComputer.ComputeSyntacticChangeRange(_root, newRoot, TimeSpan.MaxValue, CancellationToken.None); 86SyntacticChangeRangeComputer.ComputeSyntacticChangeRange(_root, _rootWithSimpleEdit, TimeSpan.MaxValue, CancellationToken.None); 92SyntacticChangeRangeComputer.ComputeSyntacticChangeRange(_root, _rootWithComplexEdit, TimeSpan.MaxValue, CancellationToken.None);