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