1 write to _solution
Microsoft.CodeAnalysis.Features (1)
NavigateTo\NavigateToSearcher.cs (1)
65
_solution
= solution;
10 references to _solution
Microsoft.CodeAnalysis.Features (10)
NavigateTo\NavigateToSearcher.cs (10)
75
var docTrackingService =
_solution
.Services.GetRequiredService<IDocumentTrackingService>();
80
_activeDocument = docTrackingService.GetActiveDocument(
_solution
);
81
_visibleDocuments = docTrackingService.GetVisibleDocuments(
_solution
)
247
using var _2 = await RemoteKeepAliveSession.CreateAsync(
_solution
, cancellationToken).ConfigureAwait(false);
310
foreach (var project in
_solution
.Projects)
426
_solution
, ps, GetPriorityDocuments(ps), _searchPattern, _kinds, _activeDocument, cb1, cb2, cancellationToken),
455
_solution
, projects, GetPriorityDocuments(projects), _searchPattern, _kinds, _activeDocument,
486
var filteredProjects =
_solution
491
.Select(id =>
_solution
.GetRequiredProject(id))
512
_solution
, projects, _searchPattern, _kinds, _activeDocument, onResultsFound, onProjectCompleted, cancellationToken).ConfigureAwait(false);