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)
1 reference to GetLocationForSpanAsync
Microsoft.CodeAnalysis.Features (1)
Navigation\IDocumentNavigationService.cs (1)
43=> GetLocationForSpanAsync(workspace, documentId, new TextSpan(position, 0), allowInvalidSpan: allowInvalidPosition, cancellationToken);