2 references to GetAssemblyFullPathAsync
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphNodeIdCreation.cs (2)
40
var assembly = await
GetAssemblyFullPathAsync
(symbol, solution, cancellationToken).ConfigureAwait(false);
73
assembly = await
GetAssemblyFullPathAsync
(symbol, solution, cancellationToken).ConfigureAwait(false);