1 implementation of IRemoteInlineCompletionService
Microsoft.CodeAnalysis.Remote.Razor (1)
InlineCompletion\RemoteInlineCompletionService.cs (1)
15internal sealed class RemoteInlineCompletionService(in ServiceArgs args) : RazorDocumentServiceBase(in args), IRemoteInlineCompletionService
5 references to IRemoteInlineCompletionService
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Remote\RazorServices.cs (1)
28(typeof(IRemoteInlineCompletionService), null),
Microsoft.CodeAnalysis.Remote.Razor (2)
InlineCompletion\RemoteInlineCompletionService.cs (2)
17internal sealed class Factory : FactoryBase<IRemoteInlineCompletionService> 19protected override IRemoteInlineCompletionService CreateService(in ServiceArgs args)
Microsoft.VisualStudio.LanguageServices.Razor (2)
LanguageClient\Cohost\CohostInlineCompletionEndpoint.cs (2)
66var requestInfo = await _remoteServiceInvoker.TryInvokeAsync<IRemoteInlineCompletionService, InlineCompletionRequestInfo?>( 92var formattedInfo = await _remoteServiceInvoker.TryInvokeAsync<IRemoteInlineCompletionService, FormattedInlineCompletionInfo?>(