Implemented interface member:
method
CanNavigateToLineAndOffsetAsync
Microsoft.CodeAnalysis.Navigation.IDocumentNavigationService.CanNavigateToLineAndOffsetAsync(Microsoft.CodeAnalysis.Workspace, Microsoft.CodeAnalysis.DocumentId, System.Int32, System.Int32, System.Threading.CancellationToken)
1 reference to CanNavigateToLineAndOffsetAsync
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioDocumentNavigationService.cs (1)
145if (!await this.CanNavigateToLineAndOffsetAsync(workspace, documentId, lineNumber, offset, cancellationToken).ConfigureAwait(false))