16 references to _solution
Microsoft.CodeAnalysis.Workspaces (16)
FindSymbols\FindReferences\FindReferencesSearchEngine.cs (5)
136
var dependencyGraph =
_solution
.GetProjectDependencyGraph();
139
var currentProject =
_solution
.GetRequiredProject(projectId);
186
var linkedSymbols = await SymbolFinder.FindLinkedSymbolsAsync(symbol,
_solution
, cancellationToken).ConfigureAwait(false);
210
: [..
_solution
.Projects];
212
return DependentProjectsFinder.GetDependentProjectsAsync(
_solution
, symbols, projects, cancellationToken);
FindSymbols\FindReferences\FindReferencesSearchEngine.SymbolSet.cs (6)
37
protected Solution Solution => Engine.
_solution
;
64
var solution = engine.
_solution
;
173
var solution = engine.
_solution
;
194
var solution = engine.
_solution
;
247
var solution = engine.
_solution
;
281
var solution = engine.
_solution
;
FindSymbols\FindReferences\FindReferencesSearchEngine_FindReferencesInDocuments.cs (5)
59
var dependencyGraph =
_solution
.GetProjectDependencyGraph();
64
var currentProject =
_solution
.GetRequiredProject(projectId);
238
if (SymbolFinder.OriginalSymbolsMatch(
_solution
, searchSymbol, candidate))
247
if (SymbolFinder.OriginalSymbolsMatch(
_solution
, symbolUp, candidate))
257
if (SymbolFinder.OriginalSymbolsMatch(
_solution
, searchSymbol, candidateUp))