1 write to _activeDocument
Microsoft.CodeAnalysis.Features (1)
NavigateTo\NavigateToSearcher.cs (1)
79
_activeDocument
= docTrackingService.GetActiveDocument(_solution);
15 references to _activeDocument
Microsoft.CodeAnalysis.Features (15)
NavigateTo\NavigateToSearcher.cs (15)
81
.WhereAsArray(d => d !=
_activeDocument
);
185
if (
_activeDocument
== null)
188
var project =
_activeDocument
.Project;
193
_activeDocument
, _searchPattern, _kinds,
202
if (
_activeDocument
== null)
205
var activeProject =
_activeDocument
.Project;
291
if (
_activeDocument
!= null)
293
processedProjects.Add(
_activeDocument
.Project);
294
result.Add([
_activeDocument
.Project]);
332
if (
_activeDocument
?.Project != null && projectsSet.Contains(
_activeDocument
.Project))
333
result.Add(
_activeDocument
);
425
_solution, ps, GetPriorityDocuments(ps), _searchPattern, _kinds,
_activeDocument
, cb1, cb2, cancellationToken),
454
_solution, projects, GetPriorityDocuments(projects), _searchPattern, _kinds,
_activeDocument
,
511
_solution, projects, _searchPattern, _kinds,
_activeDocument
, onResultsFound, onProjectCompleted, cancellationToken).ConfigureAwait(false);