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)
46var project = _solution.Projects.First(); 54_ = Renamer.RenameSymbolAsync(_solution, _symbol, new SymbolRenameOptions(), "NewName");