1 write to _activeDocument
Microsoft.CodeAnalysis.Features (1)
NavigateTo\NavigateToSearcher.cs (1)
80
_activeDocument
= docTrackingService.GetActiveDocument(_solution);
15 references to _activeDocument
Microsoft.CodeAnalysis.Features (15)
NavigateTo\NavigateToSearcher.cs (15)
82
.WhereAsArray(d => d !=
_activeDocument
);
186
if (
_activeDocument
== null)
189
var project =
_activeDocument
.Project;
194
_activeDocument
, _searchPattern, _kinds,
203
if (
_activeDocument
== null)
206
var activeProject =
_activeDocument
.Project;
292
if (
_activeDocument
!= null)
294
processedProjects.Add(
_activeDocument
.Project);
295
result.Add([
_activeDocument
.Project]);
333
if (
_activeDocument
?.Project != null && projectsSet.Contains(
_activeDocument
.Project))
334
result.Add(
_activeDocument
);
426
_solution, ps, GetPriorityDocuments(ps), _searchPattern, _kinds,
_activeDocument
, cb1, cb2, cancellationToken),
455
_solution, projects, GetPriorityDocuments(projects), _searchPattern, _kinds,
_activeDocument
,
512
_solution, projects, _searchPattern, _kinds,
_activeDocument
, onResultsFound, onProjectCompleted, cancellationToken).ConfigureAwait(false);