2 references to PopulateContextGraphAsync
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphQueryManager.cs (2)
62
await
PopulateContextGraphAsync
(solution, context, graphQueries, disposalToken).ConfigureAwait(false);
103
var tasks = liveQueries.Select(t =>
PopulateContextGraphAsync
(solution, t.context, t.queries, disposalToken)).ToArray();