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