2 references to GetAssemblyFullPathAsync
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphNodeIdCreation.cs (2)
393
return await
GetAssemblyFullPathAsync
(containingAssembly, solution, cancellationToken).ConfigureAwait(false);
446
var assembly = await
GetAssemblyFullPathAsync
(assemblySymbol, solution, cancellationToken).ConfigureAwait(false);