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