3 overrides of CreateService
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
23protected override IRemoteEditAndContinueService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteEditAndContinueService.ICallback> callback)
Services\MissingImportDiscovery\RemoteMissingImportDiscoveryService.cs (1)
20protected override IRemoteMissingImportDiscoveryService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteMissingImportDiscoveryService.ICallback> callback)
Services\SymbolFinder\RemoteSymbolFinderService.cs (1)
25protected override IRemoteSymbolFinderService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteSymbolFinderService.ICallback> callback)
1 reference to CreateService
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\BrokeredServiceBase.FactoryBase.cs (1)
135return CreateService(arguments, new RemoteCallback<TCallback>(callback));