17 interfaces inheriting from IRemoteJsonService
Microsoft.CodeAnalysis.Razor.Workspaces (17)
Remote\IRemoteAddNestedFileService.cs (1)
11
internal interface IRemoteAddNestedFileService :
IRemoteJsonService
Remote\IRemoteClientInitializationService.cs (1)
9
internal interface IRemoteClientInitializationService :
IRemoteJsonService
Remote\IRemoteClientSettingsService.cs (1)
10
internal interface IRemoteClientSettingsService :
IRemoteJsonService
Remote\IRemoteCodeActionsService.cs (1)
12
internal interface IRemoteCodeActionsService :
IRemoteJsonService
Remote\IRemoteCodeLensService.cs (1)
10
internal interface IRemoteCodeLensService :
IRemoteJsonService
Remote\IRemoteCompletionService.cs (1)
15
internal interface IRemoteCompletionService :
IRemoteJsonService
Remote\IRemoteDataTipRangeService.cs (1)
10
internal interface IRemoteDataTipRangeService :
IRemoteJsonService
Remote\IRemoteDiagnosticsService.cs (1)
11
internal interface IRemoteDiagnosticsService :
IRemoteJsonService
Remote\IRemoteDocumentSymbolService.cs (1)
10
internal interface IRemoteDocumentSymbolService :
IRemoteJsonService
Remote\IRemoteFindAllReferencesService.cs (1)
10
internal interface IRemoteFindAllReferencesService :
IRemoteJsonService
Remote\IRemoteGoToDefinitionService.cs (1)
10
internal interface IRemoteGoToDefinitionService :
IRemoteJsonService
Remote\IRemoteGoToImplementationService.cs (1)
10
internal interface IRemoteGoToImplementationService :
IRemoteJsonService
Remote\IRemoteHoverService.cs (1)
10
internal interface IRemoteHoverService :
IRemoteJsonService
Remote\IRemoteInlayHintService.cs (1)
10
internal interface IRemoteInlayHintService :
IRemoteJsonService
Remote\IRemoteMEFInitializationService.cs (1)
9
internal interface IRemoteMEFInitializationService :
IRemoteJsonService
Remote\IRemoteRenameService.cs (1)
10
internal interface IRemoteRenameService :
IRemoteJsonService
Remote\IRemoteSignatureHelpService.cs (1)
10
internal interface IRemoteSignatureHelpService :
IRemoteJsonService
4 references to IRemoteJsonService
Microsoft.CodeAnalysis.Remote.Razor (1)
RazorBrokeredServiceBase.FactoryBase`1.cs (1)
127
var descriptor = typeof(
IRemoteJsonService
).IsAssignableFrom(typeof(TService))
Microsoft.CodeAnalysis.Remote.Razor.UnitTests (2)
RazorServicesTest.cs (2)
38
Assert.True(typeof(
IRemoteJsonService
).IsAssignableFrom(serviceType));
46
Assert.True(typeof(
IRemoteJsonService
).IsAssignableFrom(serviceType));
Microsoft.VisualStudio.LanguageServices.Razor (1)
Remote\RemoteServiceInvoker.cs (1)
102
=> typeof(
IRemoteJsonService
).IsAssignableFrom(typeof(TService))