2 writes to _solution
IdeCoreBenchmarks (2)
RenameBenchmarks.cs (2)
42
_solution
= new AdhocWorkspace().CurrentSolution
60
_solution
= null;
2 references to _solution
IdeCoreBenchmarks (2)
RenameBenchmarks.cs (2)
46
var project =
_solution
.Projects.First();
54
_ = Renamer.RenameSymbolAsync(
_solution
, _symbol, new SymbolRenameOptions(), "NewName");