9 overrides of CreateService
Microsoft.CodeAnalysis.Remote.ServiceHub (9)
Services\ConvertTupleToStructCodeRefactoringProvider\RemoteConvertTupleToStructCodeRefactoringService.cs (1)
24
protected override IRemoteConvertTupleToStructCodeRefactoringService
CreateService
(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteConvertTupleToStructCodeRefactoringService.ICallback> callback)
Services\DesignerAttributeDiscovery\RemoteDesignerAttributeDiscoveryService.cs (1)
33
protected override IRemoteDesignerAttributeDiscoveryService
CreateService
(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteDesignerAttributeDiscoveryService.ICallback> callback)
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
25
protected override IRemoteEditAndContinueService
CreateService
(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteEditAndContinueService.ICallback> callback)
Services\EncapsulateField\RemoteEncapsulateFieldService.cs (1)
24
protected override IRemoteEncapsulateFieldService
CreateService
(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteEncapsulateFieldService.ICallback> callback)
Services\FindUsages\RemoteFindUsagesService.cs (1)
19
protected override IRemoteFindUsagesService
CreateService
(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteFindUsagesService.ICallback> callback)
Services\MissingImportDiscovery\RemoteMissingImportDiscoveryService.cs (1)
20
protected override IRemoteMissingImportDiscoveryService
CreateService
(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteMissingImportDiscoveryService.ICallback> callback)
Services\NavigateToSearch\RemoteNavigateToSearchService.cs (1)
20
protected override IRemoteNavigateToSearchService
CreateService
(
Services\Renamer\RemoteRenamerService.cs (1)
18
protected override IRemoteRenamerService
CreateService
(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteRenamerService.ICallback> callback)
Services\SymbolFinder\RemoteSymbolFinderService.cs (1)
24
protected override IRemoteSymbolFinderService
CreateService
(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteSymbolFinderService.ICallback> callback)
1 reference to CreateService
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\BrokeredServiceBase.FactoryBase.cs (1)
135
return
CreateService
(arguments, new RemoteCallback<TCallback>(callback));