1 write to _hostConfigFiles
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ScannedTemplateInfo.cs (1)
29_hostConfigFiles = FindHostTemplateConfigFiles();
2 references to _hostConfigFiles
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
ScannedTemplateInfo.cs (2)
35public IReadOnlyDictionary<string, string> HostConfigFiles => _hostConfigFiles.ToDictionary(f => f.Key, f => f.Value.FullPath); 43internal override IReadOnlyDictionary<string, IFile> HostFiles => _hostConfigFiles;