1 write to _templateFactory
aspire (1)
Commands\InitCommand.cs (1)
74_templateFactory = templateFactory;
2 references to _templateFactory
aspire (2)
Commands\InitCommand.cs (2)
419var singleFileTemplate = _templateFactory.GetAllTemplates().FirstOrDefault(t => t.Name == "aspire-apphost-singlefile"); 430var appHostTemplate = _templateFactory.GetAllTemplates().FirstOrDefault(t => t.Name == "aspire-apphost");