1 implementation of IRemoteDocumentHighlightService
Microsoft.CodeAnalysis.Remote.Razor (1)
DocumentHighlight\RemoteDocumentHighlightService.cs (1)
20internal sealed partial class RemoteDocumentHighlightService(in ServiceArgs args) : RazorDocumentServiceBase(in args), IRemoteDocumentHighlightService
5 references to IRemoteDocumentHighlightService
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Remote\RazorServices.cs (1)
24(typeof(IRemoteDocumentHighlightService), null),
Microsoft.CodeAnalysis.Remote.Razor (2)
DocumentHighlight\RemoteDocumentHighlightService.cs (2)
22internal sealed class Factory : FactoryBase<IRemoteDocumentHighlightService> 24protected override IRemoteDocumentHighlightService CreateService(in ServiceArgs args)
Microsoft.VisualStudio.LanguageServices.Razor (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentHighlight\CohostDocumentHighlightEndpoint.cs (1)
58var csharpResult = await _remoteServiceInvoker.TryInvokeAsync<IRemoteDocumentHighlightService, RemoteResponse<RemoteDocumentHighlight[]?>>(
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentHighlight\CohostDocumentHighlightEndpoint.cs (1)
58var csharpResult = await _remoteServiceInvoker.TryInvokeAsync<IRemoteDocumentHighlightService, RemoteResponse<RemoteDocumentHighlight[]?>>(