1 implementation of IRemoteGoToImplementationService
Microsoft.CodeAnalysis.Remote.Razor (1)
GoToImplementation\RemoteGoToImplementationService.cs (1)
19internal sealed class RemoteGoToImplementationService(in ServiceArgs args) : RazorDocumentServiceBase(in args), IRemoteGoToImplementationService
5 references to IRemoteGoToImplementationService
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Remote\RazorServices.cs (1)
46(typeof(IRemoteGoToImplementationService), null),
Microsoft.CodeAnalysis.Remote.Razor (2)
GoToImplementation\RemoteGoToImplementationService.cs (2)
21internal sealed class Factory : FactoryBase<IRemoteGoToImplementationService> 23protected override IRemoteGoToImplementationService CreateService(in ServiceArgs args)
Microsoft.VisualStudio.LanguageServices.Razor (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Navigation\CohostGoToImplementationEndpoint.cs (1)
61.TryInvokeAsync<IRemoteGoToImplementationService, RemoteResponse<LspLocation[]?>>(
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Navigation\CohostGoToImplementationEndpoint.cs (1)
61.TryInvokeAsync<IRemoteGoToImplementationService, RemoteResponse<LspLocation[]?>>(