1 implementation of IRemoteCallHierarchyService
Microsoft.CodeAnalysis.Remote.Razor (1)
CallHierarchy\RemoteCallHierarchyService.cs (1)
22internal sealed class RemoteCallHierarchyService(in ServiceArgs args) : RazorDocumentServiceBase(in args), IRemoteCallHierarchyService
9 references to IRemoteCallHierarchyService
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Remote\RazorServices.cs (1)
52(typeof(IRemoteCallHierarchyService), null),
Microsoft.CodeAnalysis.Remote.Razor (2)
CallHierarchy\RemoteCallHierarchyService.cs (2)
24internal sealed class Factory : FactoryBase<IRemoteCallHierarchyService> 26protected override IRemoteCallHierarchyService CreateService(in ServiceArgs args)
Microsoft.VisualStudio.LanguageServices.Razor (3)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CallHierarchy\CohostCallHierarchyIncomingCallsEndpoint.cs (1)
49.TryInvokeAsync<IRemoteCallHierarchyService, RemoteResponse<CallHierarchyIncomingCall[]?>>(
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CallHierarchy\CohostCallHierarchyOutgoingCallsEndpoint.cs (1)
49.TryInvokeAsync<IRemoteCallHierarchyService, RemoteResponse<CallHierarchyOutgoingCall[]?>>(
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CallHierarchy\CohostPrepareCallHierarchyEndpoint.cs (1)
57.TryInvokeAsync<IRemoteCallHierarchyService, RemoteResponse<CallHierarchyItem[]?>>(
Microsoft.VisualStudioCode.RazorExtension (3)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CallHierarchy\CohostCallHierarchyIncomingCallsEndpoint.cs (1)
49.TryInvokeAsync<IRemoteCallHierarchyService, RemoteResponse<CallHierarchyIncomingCall[]?>>(
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CallHierarchy\CohostCallHierarchyOutgoingCallsEndpoint.cs (1)
49.TryInvokeAsync<IRemoteCallHierarchyService, RemoteResponse<CallHierarchyOutgoingCall[]?>>(
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CallHierarchy\CohostPrepareCallHierarchyEndpoint.cs (1)
57.TryInvokeAsync<IRemoteCallHierarchyService, RemoteResponse<CallHierarchyItem[]?>>(