13 references to SearchGraphQuery
Microsoft.VisualStudio.LanguageServices (2)
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));
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)