public IWorkspaceService CreateService(HostWorkspaceServices workspaceServices) { var hostService = workspaceServices.GetService <IProjectCacheHostService>(); return(new Service(hostService)); }
public IWorkspaceService CreateService(HostWorkspaceServices workspaceServices) { var textFactory = workspaceServices.GetService <ITextFactoryService>(); return(new TemporaryStorageService(textFactory)); }
public IWorkspaceService CreateService(HostWorkspaceServices workspaceServices) { return(new Service(workspaceServices.GetService <IDocumentationProviderService>())); }