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