4 references to ReferenceLocationDescriptor
Microsoft.CodeAnalysis.Features (4)
CodeLens\CodeLensReferencesService.cs (2)
101
private static async Task<
ReferenceLocationDescriptor
> GetDescriptorOfEnclosingSymbolAsync(Solution solution, Location location, CancellationToken cancellationToken)
202
public async Task<ImmutableArray<
ReferenceLocationDescriptor
>?> FindReferenceLocationsAsync(Solution solution, DocumentId documentId, SyntaxNode syntaxNode, CancellationToken cancellationToken)
CodeLens\ICodeLensReferencesService.cs (1)
28
Task<ImmutableArray<
ReferenceLocationDescriptor
>?> FindReferenceLocationsAsync(Solution solution, DocumentId documentId, SyntaxNode? syntaxNode, CancellationToken cancellationToken);
CodeLens\IRemoteCodeLensReferencesService.cs (1)
17
ValueTask<ImmutableArray<
ReferenceLocationDescriptor
>?> FindReferenceLocationsAsync(Checksum solutionChecksum, DocumentId documentId, TextSpan textSpan, CancellationToken cancellationToken);