20 references to NavigateToSearchScope
Microsoft.CodeAnalysis.Features (5)
NavigateTo\NavigateToSearcher.cs (5)
102
=> SearchAsync(searchCurrentDocument,
NavigateToSearchScope
.AllDocuments, cancellationToken);
106
NavigateToSearchScope
scope,
163
NavigateToSearchScope
scope,
169
var searchRegularDocuments = scope.HasFlag(
NavigateToSearchScope
.RegularDocuments);
170
var searchGeneratedDocuments = scope.HasFlag(
NavigateToSearchScope
.GeneratedDocuments);
Microsoft.VisualStudio.LanguageServices (4)
Progression\GraphProvider.cs (2)
153
graphQueries.Add(new SearchGraphQuery(searchParameters.SearchQuery.SearchString,
NavigateToSearchScope
.RegularDocuments, threadingContext, asyncListener));
154
graphQueries.Add(new SearchGraphQuery(searchParameters.SearchQuery.SearchString,
NavigateToSearchScope
.GeneratedDocuments, threadingContext, asyncListener));
Progression\GraphQueries\SearchGraphQuery.cs (2)
18
private readonly
NavigateToSearchScope
_searchScope;
24
NavigateToSearchScope
searchScope,
Microsoft.VisualStudio.LanguageServices.UnitTests (11)
Progression\SearchGraphQueryTests_NavigateTo.vb (11)
31
New Graph(), New SearchGraphQuery("C",
NavigateToSearchScope
.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom)
64
New Graph(), New SearchGraphQuery("F",
NavigateToSearchScope
.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom)
97
New Graph(), New SearchGraphQuery("M",
NavigateToSearchScope
.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom)
143
New Graph(), New SearchGraphQuery("C",
NavigateToSearchScope
.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom)
193
New Graph(), New SearchGraphQuery("Goo",
NavigateToSearchScope
.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom)
239
New Graph(), New SearchGraphQuery("Z",
NavigateToSearchScope
.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom)
276
New Graph(), New SearchGraphQuery("D.B",
NavigateToSearchScope
.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom)
309
New Graph(), New SearchGraphQuery("C.B",
NavigateToSearchScope
.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom)
333
New Graph(), New SearchGraphQuery("D.B",
NavigateToSearchScope
.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom)
366
New Graph(), New SearchGraphQuery("A.D.B",
NavigateToSearchScope
.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom)
399
New Graph(), New SearchGraphQuery("A.D.B",
NavigateToSearchScope
.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom)