2 references to GetDependentVersionAsync
Microsoft.CodeAnalysis.Features (2)
CodeLens\CodeLensReferencesService.cs (1)
87
return await solution.GetRequiredProject(projectId).
GetDependentVersionAsync
(cancellationToken).ConfigureAwait(false);
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
99
=> project.
GetDependentVersionAsync
(cancellationToken);