2 writes to _solution
IdeCoreBenchmarks (2)
ClassificationBenchmarks.cs (2)
81_solution = await _workspace.OpenSolutionAsync(solutionPath, progress: null, CancellationToken.None); 110_solution = null;
1 reference to _solution
IdeCoreBenchmarks (1)
ClassificationBenchmarks.cs (1)
96var project = _solution.Projects.First(p => p.AssemblyName == "Microsoft.CodeAnalysis");