1 instantiation of FormattedInlineCompletionInfo
Microsoft.CodeAnalysis.Remote.Razor (1)
InlineCompletion\RemoteInlineCompletionService.cs (1)
78return new FormattedInlineCompletionInfo(razorRange, newSnippetText);
4 references to FormattedInlineCompletionInfo
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Remote\IRemoteInlineCompletionService.cs (1)
22ValueTask<FormattedInlineCompletionInfo?> FormatInlineCompletionAsync(
Microsoft.CodeAnalysis.Remote.Razor (2)
InlineCompletion\RemoteInlineCompletionService.cs (2)
53public ValueTask<FormattedInlineCompletionInfo?> FormatInlineCompletionAsync(RazorPinnedSolutionInfoWrapper solutionInfo, DocumentId documentId, RazorFormattingOptions options, LinePositionSpan span, string text, CancellationToken cancellationToken) 60private async ValueTask<FormattedInlineCompletionInfo?> FormatInlineCompletionAsync(RemoteDocumentContext context, RazorFormattingOptions options, LinePositionSpan span, string text, CancellationToken cancellationToken)
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\Cohost\CohostInlineCompletionEndpoint.cs (1)
92var formattedInfo = await _remoteServiceInvoker.TryInvokeAsync<IRemoteInlineCompletionService, FormattedInlineCompletionInfo?>(