8 instantiations of ExportRemoteServiceCallbackDispatcher
Microsoft.CodeAnalysis.Features (7)
AddImport\Remote\RemoteMissingImportDiscoveryServiceCallbackDispatcher.cs (1)
25
[
ExportRemoteServiceCallbackDispatcher
(typeof(IRemoteMissingImportDiscoveryService)), Shared]
DesignerAttribute\IRemoteDesignerAttributeDiscoveryService.cs (1)
30
[
ExportRemoteServiceCallbackDispatcher
(typeof(IRemoteDesignerAttributeDiscoveryService)), Shared]
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
27
[
ExportRemoteServiceCallbackDispatcher
(typeof(IRemoteEditAndContinueService)), Shared]
FindUsages\IRemoteFindUsagesService.cs (1)
50
[
ExportRemoteServiceCallbackDispatcher
(typeof(IRemoteFindUsagesService)), Shared]
NavigateTo\IRemoteNavigateToSearchService.cs (1)
35
[
ExportRemoteServiceCallbackDispatcher
(typeof(IRemoteNavigateToSearchService)), Shared]
RelatedDocuments\IRemoteRelatedDocumentsService.cs (1)
26
[
ExportRemoteServiceCallbackDispatcher
(typeof(IRemoteRelatedDocumentsService)), Shared]
SemanticSearch\IRemoteSemanticSearchService.cs (1)
41
[
ExportRemoteServiceCallbackDispatcher
(typeof(IRemoteSemanticSearchService)), Shared]
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder.CallbackDispatcher.cs (1)
18
[
ExportRemoteServiceCallbackDispatcher
(typeof(IRemoteSymbolFinderService)), Shared]
1 reference to ExportRemoteServiceCallbackDispatcher
Microsoft.CodeAnalysis.Workspaces (1)
Remote\RemoteServiceCallbackDispatchers.cs (1)
23
var serviceInterface = data.GetValueOrDefault(nameof(
ExportRemoteServiceCallbackDispatcherAttribute
.ServiceInterface));