1 write to _rootList
IdeCoreBenchmarks (1)
SerializationBenchmarks.cs (1)
33
_rootList
= new List<CompilationUnitSyntax>();
3 references to _rootList
IdeCoreBenchmarks (3)
SerializationBenchmarks.cs (3)
44
_rootList
.Add(tree.GetCompilationUnitRoot());
63
foreach (var root in
_rootList
)
77
foreach (var root in
_rootList
)