2 references to GetLocationForSpanAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
Navigation\IDocumentNavigationServiceExtensions.cs (2)
40
var location = await service.
GetLocationForSpanAsync
(workspace, documentId, textSpan, cancellationToken).ConfigureAwait(false);
47
var location = await service.
GetLocationForSpanAsync
(workspace, documentId, textSpan, cancellationToken).ConfigureAwait(false);