1 implementation of HostConfigFiles
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ScannedTemplateInfo.cs (1)
35
public 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)
203
if (newTemplate.
HostConfigFiles
.TryGetValue(settings.Host.HostIdentifier, out string? preferredHostFilePath))
210
if (newTemplate.
HostConfigFiles
.TryGetValue(fallbackHostName, out string? fallbackHostFilePath))