6 implementations of GetLocationForLineAndOffsetAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2 (2)
Utilities\GoToHelpers\MockDocumentNavigationService.vb (1)
42Public Function GetLocationForLineAndOffsetAsync(workspace As Workspace, documentId As DocumentId, lineNumber As Integer, offset As Integer, cancellationToken As CancellationToken) As Task(Of INavigableLocation) Implements IDocumentNavigationService.GetLocationForLineAndOffsetAsync
Utilities\MockDocumentNavigationServiceProvider.vb (1)
71Public Function GetLocationForLineAndOffsetAsync(workspace As Workspace, documentId As DocumentId, lineNumber As Integer, offset As Integer, cancellationToken As CancellationToken) As Task(Of INavigableLocation) Implements IDocumentNavigationService.GetLocationForLineAndOffsetAsync
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveDocumentNavigationService.cs (1)
89public Task<INavigableLocation?> GetLocationForLineAndOffsetAsync(Workspace workspace, DocumentId documentId, int lineNumber, int offset, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Features (1)
Navigation\DefaultDocumentNavigationService.cs (1)
26public Task<INavigableLocation?> GetLocationForLineAndOffsetAsync(Workspace workspace, DocumentId documentId, int lineNumber, int offset, CancellationToken cancellationToken)
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioDocumentNavigationService.cs (1)
142public async Task<INavigableLocation?> GetLocationForLineAndOffsetAsync(
Microsoft.VisualStudio.LanguageServices.LiveShare.UnitTests (1)
MockDocumentNavigationServiceFactory.cs (1)
42public Task<INavigableLocation?> GetLocationForLineAndOffsetAsync(Workspace workspace, DocumentId documentId, int lineNumber, int offset, CancellationToken cancellationToken)
4 references to GetLocationForLineAndOffsetAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Navigation\IDocumentNavigationServiceExtensions.cs (1)
68var location = await service.GetLocationForLineAndOffsetAsync(
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2 (2)
Utilities\GoToHelpers\MockDocumentNavigationService.vb (1)
42Public Function GetLocationForLineAndOffsetAsync(workspace As Workspace, documentId As DocumentId, lineNumber As Integer, offset As Integer, cancellationToken As CancellationToken) As Task(Of INavigableLocation) Implements IDocumentNavigationService.GetLocationForLineAndOffsetAsync
Utilities\MockDocumentNavigationServiceProvider.vb (1)
71Public Function GetLocationForLineAndOffsetAsync(workspace As Workspace, documentId As DocumentId, lineNumber As Integer, offset As Integer, cancellationToken As CancellationToken) As Task(Of INavigableLocation) Implements IDocumentNavigationService.GetLocationForLineAndOffsetAsync
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Navigation\IFSharpDocumentNavigationService.cs (1)
42/// <inheritdoc cref="IDocumentNavigationService.GetLocationForLineAndOffsetAsync"/>