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