2 writes to _solution
IdeCoreBenchmarks (2)
FindReferencesBenchmarks.cs (2)
78_solution = await _workspace.OpenSolutionAsync(solutionPath, progress: null, CancellationToken.None); 121_solution = null;
2 references to _solution
IdeCoreBenchmarks (2)
FindReferencesBenchmarks.cs (2)
93var project = _solution.Projects.First(p => p.AssemblyName == "Microsoft.CodeAnalysis"); 108var references = await SymbolFinder.FindReferencesAsync(_type, _solution);