9 instantiations of ExportRemoteServiceCallbackDispatcher
Microsoft.CodeAnalysis.Features (7)
AddImport\Remote\AbstractAddImportFeatureService_Remote.cs (1)
27[ExportRemoteServiceCallbackDispatcher(typeof(IRemoteMissingImportDiscoveryService)), Shared]
ConvertTupleToStruct\IRemoteConvertTupleToStructCodeRefactoringService.cs (1)
38[ExportRemoteServiceCallbackDispatcher(typeof(IRemoteConvertTupleToStructCodeRefactoringService)), Shared]
DesignerAttribute\IRemoteDesignerAttributeDiscoveryService.cs (1)
30[ExportRemoteServiceCallbackDispatcher(typeof(IRemoteDesignerAttributeDiscoveryService)), Shared]
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
28[ExportRemoteServiceCallbackDispatcher(typeof(IRemoteEditAndContinueService)), Shared]
EncapsulateField\IRemoteEncapsulateFieldService.cs (1)
37[ExportRemoteServiceCallbackDispatcher(typeof(IRemoteEncapsulateFieldService)), Shared]
FindUsages\IRemoteFindUsagesService.cs (1)
50[ExportRemoteServiceCallbackDispatcher(typeof(IRemoteFindUsagesService)), Shared]
NavigateTo\IRemoteNavigateToSearchService.cs (1)
33[ExportRemoteServiceCallbackDispatcher(typeof(IRemoteNavigateToSearchService)), Shared]
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolFinder.CallbackDispatcher.cs (1)
17[ExportRemoteServiceCallbackDispatcher(typeof(IRemoteSymbolFinderService)), Shared]
Rename\IRemoteRenamerService.cs (1)
62[ExportRemoteServiceCallbackDispatcher(typeof(IRemoteRenamerService)), Shared]
1 reference to ExportRemoteServiceCallbackDispatcher
Microsoft.CodeAnalysis.Workspaces (1)
Remote\RemoteServiceCallbackDispatchers.cs (1)
23var serviceInterface = data.GetValueOrDefault(nameof(ExportRemoteServiceCallbackDispatcherAttribute.ServiceInterface));