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); 146if (_activeDocument == null) 149var project = _activeDocument.Project; 156_activeDocument, _searchPattern, _kinds, _activeDocument, 233if (_activeDocument != null) 235processedProjects.Add(_activeDocument.Project); 236result.Add(ImmutableArray.Create(_activeDocument.Project)); 271if (_activeDocument?.Project == project) 272result.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),