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