2 references to AddImplementedSymbolsAsync
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphQueries\ImplementsGraphQuery.cs (2)
34
await
AddImplementedSymbolsAsync
(graphBuilder, node, implementedSymbols, cancellationToken).ConfigureAwait(false);
41
await
AddImplementedSymbolsAsync
(graphBuilder, node, implements, cancellationToken).ConfigureAwait(false);