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)
106
var project =
_solution
.Projects.First(p => p.AssemblyName == "Microsoft.CodeAnalysis");
121
var references = await SymbolFinder.FindReferencesAsync(_type,
_solution
);