3 references to GetGraphQueries
Microsoft.VisualStudio.LanguageServices (1)
Progression\GraphProvider.cs (1)
165
var graphQueries =
GetGraphQueries
(context, _threadingContext, _asyncListener);
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
Progression\GraphProviderTests.vb (2)
18
Dim queries = AbstractGraphProvider.
GetGraphQueries
(context, threadingContext:=Nothing, asyncListener:=Nothing)
25
Dim queries = AbstractGraphProvider.
GetGraphQueries
(context, threadingContext:=Nothing, asyncListener:=Nothing)