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();
55
var newTree =
_tree
.WithChangedText(newText);
64
var newTree =
_tree
.WithChangedText(newText);