1 write to _solution
Microsoft.CodeAnalysis.Features (1)
NavigateTo\NavigateToSearcher.cs (1)
64
_solution
= solution;
10 references to _solution
Microsoft.CodeAnalysis.Features (10)
NavigateTo\NavigateToSearcher.cs (10)
74
var docTrackingService =
_solution
.Services.GetRequiredService<IDocumentTrackingService>();
79
_activeDocument = docTrackingService.GetActiveDocument(
_solution
);
80
_visibleDocuments = docTrackingService.GetVisibleDocuments(
_solution
)
246
using var _2 = await RemoteKeepAliveSession.CreateAsync(
_solution
, cancellationToken).ConfigureAwait(false);
309
foreach (var project in
_solution
.Projects)
425
_solution
, ps, GetPriorityDocuments(ps), _searchPattern, _kinds, _activeDocument, cb1, cb2, cancellationToken),
454
_solution
, projects, GetPriorityDocuments(projects), _searchPattern, _kinds, _activeDocument,
485
var filteredProjects =
_solution
490
.Select(id =>
_solution
.GetRequiredProject(id))
511
_solution
, projects, _searchPattern, _kinds, _activeDocument, onResultsFound, onProjectCompleted, cancellationToken).ConfigureAwait(false);