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); 185if (_activeDocument == null) 188var project = _activeDocument.Project; 193_activeDocument, _searchPattern, _kinds, 202if (_activeDocument == null) 205var activeProject = _activeDocument.Project; 291if (_activeDocument != null) 293processedProjects.Add(_activeDocument.Project); 294result.Add([_activeDocument.Project]); 332if (_activeDocument?.Project != null && projectsSet.Contains(_activeDocument.Project)) 333result.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);