2 references to _remoteServiceInvoker
Microsoft.VisualStudio.LanguageServices.Razor (2)
LanguageClient\Cohost\CohostInlineCompletionEndpoint.cs (2)
66
var requestInfo = await
_remoteServiceInvoker
.TryInvokeAsync<IRemoteInlineCompletionService, InlineCompletionRequestInfo?>(
92
var formattedInfo = await
_remoteServiceInvoker
.TryInvokeAsync<IRemoteInlineCompletionService, FormattedInlineCompletionInfo?>(