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