4 references to MapToHostDocumentUriAndRangeAsync
Microsoft.CodeAnalysis.Remote.Razor (4)
DocumentMapping\IDocumentMappingServiceExtensions.cs (1)
49.MapToHostDocumentUriAndRangeAsync(
FindAllReferences\RemoteFindAllReferencesService.cs (1)
105var (mappedUri, mappedRange) = await DocumentMappingService.MapToHostDocumentUriAndRangeAsync(context.Snapshot, location.DocumentUri.GetRequiredParsedUri(), location.Range.ToLinePositionSpan(), cancellationToken).ConfigureAwait(false);
GoToDefinition\RemoteGoToDefinitionService.cs (1)
126.MapToHostDocumentUriAndRangeAsync(context.Snapshot, uri, range.ToLinePositionSpan(), cancellationToken)
GoToImplementation\RemoteGoToImplementationService.cs (1)
95.MapToHostDocumentUriAndRangeAsync(context.Snapshot, uri, range.ToLinePositionSpan(), cancellationToken)