1 implementation of HostConfigFiles
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ScannedTemplateInfo.cs (1)
35public IReadOnlyDictionary<string, string> HostConfigFiles => _hostConfigFiles.ToDictionary(f => f.Key, f => f.Value.FullPath);
2 references to HostConfigFiles
Microsoft.TemplateEngine.Edge (2)
Settings\TemplateCache.cs (2)
203if (newTemplate.HostConfigFiles.TryGetValue(settings.Host.HostIdentifier, out string? preferredHostFilePath)) 210if (newTemplate.HostConfigFiles.TryGetValue(fallbackHostName, out string? fallbackHostFilePath))