Implemented interface member:
method
GetLocationForSpanAsync
Microsoft.CodeAnalysis.Navigation.IDocumentNavigationService.GetLocationForSpanAsync(Microsoft.CodeAnalysis.Workspace, Microsoft.CodeAnalysis.DocumentId, Microsoft.CodeAnalysis.Text.TextSpan, System.Boolean, System.Threading.CancellationToken)
2 overrides of GetLocationForSpanAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveDocumentNavigationService.cs (1)
30public override async Task<INavigableLocation?> GetLocationForSpanAsync(Workspace workspace, DocumentId documentId, TextSpan textSpan, bool allowInvalidSpan, CancellationToken cancellationToken)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchDocumentNavigationService.cs (1)
28public override Task<INavigableLocation?> GetLocationForSpanAsync(Workspace workspace, DocumentId documentId, TextSpan textSpan, bool allowInvalidSpan, CancellationToken cancellationToken)
1 reference to GetLocationForSpanAsync
Microsoft.CodeAnalysis.Features (1)
Navigation\IDocumentNavigationService.cs (1)
43=> GetLocationForSpanAsync(workspace, documentId, new TextSpan(position, 0), allowInvalidSpan: allowInvalidPosition, cancellationToken);