2 writes to _solution
IdeCoreBenchmarks (2)
RenameBenchmarks.cs (2)
43
_solution
= new AdhocWorkspace().CurrentSolution
61
_solution
= null;
2 references to _solution
IdeCoreBenchmarks (2)
RenameBenchmarks.cs (2)
47
var project =
_solution
.Projects.First();
55
_ = Renamer.RenameSymbolAsync(
_solution
, _symbol, new SymbolRenameOptions(), "NewName");