1 write to _activeDocument
Microsoft.CodeAnalysis.Features (1)
NavigateTo\NavigateToSearcher.cs (1)
68
_activeDocument
= docTrackingService.GetActiveDocument(_solution);
13 references to _activeDocument
Microsoft.CodeAnalysis.Features (13)
NavigateTo\NavigateToSearcher.cs (13)
70
.WhereAsArray(d => d !=
_activeDocument
);
146
if (
_activeDocument
== null)
149
var project =
_activeDocument
.Project;
156
_activeDocument
, _searchPattern, _kinds,
_activeDocument
,
233
if (
_activeDocument
!= null)
235
processedProjects.Add(
_activeDocument
.Project);
236
result.Add(ImmutableArray.Create(
_activeDocument
.Project));
271
if (
_activeDocument
?.Project == project)
272
result.Add(
_activeDocument
);
357
(s, p, cb) => s.SearchProjectAsync(p, GetPriorityDocuments(p), _searchPattern, _kinds,
_activeDocument
, cb, cancellationToken),
374
(s, p, cb) => s.SearchCachedDocumentsAsync(p, GetPriorityDocuments(p), _searchPattern, _kinds,
_activeDocument
, cb, cancellationToken),
402
(s, p, cb) => s.SearchGeneratedDocumentsAsync(p, _searchPattern, _kinds,
_activeDocument
, cb, cancellationToken),