1 implementation of IRemoteFormattingService
Microsoft.CodeAnalysis.Remote.Razor (1)
Formatting\RemoteFormattingService.cs (1)
19internal sealed class RemoteFormattingService(in ServiceArgs args) : RazorDocumentServiceBase(in args), IRemoteFormattingService
18 references to IRemoteFormattingService
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Remote\RazorServices.cs (1)
26(typeof(IRemoteFormattingService), null),
Microsoft.CodeAnalysis.Remote.Razor (3)
Formatting\RemoteFormattingService.cs (3)
15using Response = Microsoft.CodeAnalysis.Razor.Remote.IRemoteFormattingService.TriggerKind; 21internal sealed class Factory : FactoryBase<IRemoteFormattingService> 23protected override IRemoteFormattingService CreateService(in ServiceArgs args)
Microsoft.VisualStudio.LanguageServices.Razor (7)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostDocumentFormattingEndpoint.cs (1)
91var remoteResult = await _remoteServiceInvoker.TryInvokeAsync<IRemoteFormattingService, ImmutableArray<TextChange>>(
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostOnTypeFormattingEndpoint.cs (5)
86var triggerKind = await _remoteServiceInvoker.TryInvokeAsync<IRemoteFormattingService, IRemoteFormattingService.TriggerKind>( 91if (triggerKind == IRemoteFormattingService.TriggerKind.Invalid) 99if (triggerKind == IRemoteFormattingService.TriggerKind.ValidHtml) 118var remoteResult = await _remoteServiceInvoker.TryInvokeAsync<IRemoteFormattingService, ImmutableArray<TextChange>>(
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostRangeFormattingEndpoint.cs (1)
96var remoteResult = await _remoteServiceInvoker.TryInvokeAsync<IRemoteFormattingService, ImmutableArray<TextChange>>(
Microsoft.VisualStudioCode.RazorExtension (7)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostDocumentFormattingEndpoint.cs (1)
91var remoteResult = await _remoteServiceInvoker.TryInvokeAsync<IRemoteFormattingService, ImmutableArray<TextChange>>(
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostOnTypeFormattingEndpoint.cs (5)
86var triggerKind = await _remoteServiceInvoker.TryInvokeAsync<IRemoteFormattingService, IRemoteFormattingService.TriggerKind>( 91if (triggerKind == IRemoteFormattingService.TriggerKind.Invalid) 99if (triggerKind == IRemoteFormattingService.TriggerKind.ValidHtml) 118var remoteResult = await _remoteServiceInvoker.TryInvokeAsync<IRemoteFormattingService, ImmutableArray<TextChange>>(
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostRangeFormattingEndpoint.cs (1)
96var remoteResult = await _remoteServiceInvoker.TryInvokeAsync<IRemoteFormattingService, ImmutableArray<TextChange>>(