2 implementations of IOrchestrator
Microsoft.TemplateEngine.Core (1)
Util\Orchestrator.cs (1)
13public class Orchestrator : IOrchestrator
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectOrchestrator.cs (1)
10internal class RunnableProjectOrchestrator : IOrchestrator
4 references to IOrchestrator
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (4)
RunnableProjectGenerator.cs (2)
138IOrchestrator basicOrchestrator = new Core.Util.Orchestrator(environmentSettings.Host.Logger, environmentSettings.Host.FileSystem); 315IOrchestrator basicOrchestrator = new Core.Util.Orchestrator(environmentSettings.Host.Logger, environmentSettings.Host.FileSystem);
RunnableProjectOrchestrator.cs (2)
12private readonly IOrchestrator _basicOrchestrator; 14public RunnableProjectOrchestrator(IOrchestrator basicOrchestrator)