1 implementation of FindBasesAsync
Microsoft.CodeAnalysis.Features (1)
GoToBase\AbstractGoToBaseService.cs (1)
31
public async Task
FindBasesAsync
(IFindUsagesContext context, Document document, int position, OptionsProvider<ClassificationOptions> classificationOptions, CancellationToken cancellationToken)
1 reference to FindBasesAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
GoOrFind\GoToBase\GoToBaseNavigationService.cs (1)
45
=> service.
FindBasesAsync
(context, document, caretPosition, ClassificationOptionsProvider, cancellationToken);