2 references to FindMostRelevantDeclarationAsync
Microsoft.CodeAnalysis.Workspaces (2)
AbstractCodeGenerationService.cs (1)
237await FindMostRelevantDeclarationAsync(context.Solution, destination, context.Context.BestLocation, cancellationToken).ConfigureAwait(false);
AbstractCodeGenerationService_FindDeclaration.cs (1)
132var (declaration, _) = await FindMostRelevantDeclarationAsync(solution, namespaceOrType, location, cancellationToken).ConfigureAwait(false);