2 implementations of ILocalizationLocator
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
Microsoft.TemplateEngine.Utils (1)
31 references to ILocalizationLocator
Microsoft.TemplateEngine.Abstractions (3)
Microsoft.TemplateEngine.Edge (15)
Settings\TemplateCache.cs (6)
28var templateDeduplicationDictionary = new Dictionary<string, IList<(IScanTemplateInfo Template, ITemplatePackage TemplatePackage, ILocalizationLocator? Localization, IMountPoint MountPoint)>>();
46templateDeduplicationDictionary[template.Identity] = new List<(IScanTemplateInfo Template, ITemplatePackage TemplatePackage, ILocalizationLocator? Localization, IMountPoint)>
58(IScanTemplateInfo Template, ITemplatePackage TemplatePackage, ILocalizationLocator? Localization, IMountPoint MountPoint) chosenTemplate = duplicatedIdentities.Value.Last();
60ILocalizationLocator? loc = GetBestLocalizationLocatorMatch(chosenTemplate.Template);
136private ILocalizationLocator? GetBestLocalizationLocatorMatch(IScanTemplateInfo template)
173private void PrintOverlappingIdentityWarning(ILogger logger, IDictionary<string, IList<(IScanTemplateInfo Template, ITemplatePackage TemplatePackage, ILocalizationLocator? Localization, IMountPoint)>> templateDeduplicationDictionary)
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (13)