3 references to GetLocationForSpanAsync
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Navigation\IFSharpDocumentNavigationService.cs (1)
21/// <inheritdoc cref="IDocumentNavigationService.GetLocationForSpanAsync"/>
Microsoft.CodeAnalysis.Features (2)
DocumentSpanExtensions.cs (1)
25return service.GetLocationForSpanAsync(workspace, documentSpan.Document.Id, documentSpan.SourceSpan, allowInvalidSpan: false, cancellationToken);
Navigation\IDocumentNavigationService.cs (1)
39=> service.GetLocationForSpanAsync(workspace, documentId, textSpan, allowInvalidSpan: false, cancellationToken);