1 write to _tree
IdeCoreBenchmarks (1)
SyntacticChangeRangeBenchmark.cs (1)
44_tree = SyntaxFactory.ParseSyntaxTree(_text);
3 references to _tree
IdeCoreBenchmarks (3)
SyntacticChangeRangeBenchmark.cs (3)
45_root = _tree.GetCompilationUnitRoot(); 55var newTree = _tree.WithChangedText(newText); 64var newTree = _tree.WithChangedText(newText);