1 implementation of FindProjectSourceDeclarationsWithNormalQueryAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SymbolFinder\RemoteSymbolFinderService.cs (1)
128
public ValueTask<ImmutableArray<SerializableSymbolAndProjectId>>
FindProjectSourceDeclarationsWithNormalQueryAsync
(
1 reference to FindProjectSourceDeclarationsWithNormalQueryAsync
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\Declarations\DeclarationFinder_SourceDeclarations.cs (1)
86
(service, solutionInfo, cancellationToken) => service.
FindProjectSourceDeclarationsWithNormalQueryAsync
(solutionInfo, project.Id, name, ignoreCase, criteria, cancellationToken),