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); 186if (_activeDocument == null) 189var project = _activeDocument.Project; 194_activeDocument, _searchPattern, _kinds, 203if (_activeDocument == null) 206var activeProject = _activeDocument.Project; 292if (_activeDocument != null) 294processedProjects.Add(_activeDocument.Project); 295result.Add([_activeDocument.Project]); 333if (_activeDocument?.Project != null && projectsSet.Contains(_activeDocument.Project)) 334result.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);