1 implementation of FindBasesAsync
Microsoft.CodeAnalysis.Features (1)
GoToBase\AbstractGoToBaseService.cs (1)
31
public async Task
FindBasesAsync
(IFindUsagesContext context, Document document, int position, CancellationToken cancellationToken)
2 references to FindBasesAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToBase\GoToBaseCommandHandler.cs (1)
53
.
FindBasesAsync
(context, document, caretPosition, cancellationToken);
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
GoToBase\GoToBaseTestsBase.vb (1)
19
Await gotoBaseService.
FindBasesAsync
(context, document, position, CancellationToken.None)