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)
30var templateDeduplicationDictionary = new Dictionary<string, IList<(IScanTemplateInfo Template, ITemplatePackage TemplatePackage, ILocalizationLocator? Localization, IMountPoint MountPoint)>>();
48templateDeduplicationDictionary[template.Identity] = new List<(IScanTemplateInfo Template, ITemplatePackage TemplatePackage, ILocalizationLocator? Localization, IMountPoint)>
60(IScanTemplateInfo Template, ITemplatePackage TemplatePackage, ILocalizationLocator? Localization, IMountPoint MountPoint) chosenTemplate = duplicatedIdentities.Value.Last();
62ILocalizationLocator? loc = GetBestLocalizationLocatorMatch(chosenTemplate.Template);
221private ILocalizationLocator? GetBestLocalizationLocatorMatch(IScanTemplateInfo template)
258private void PrintOverlappingIdentityWarning(ILogger logger, IDictionary<string, IList<(IScanTemplateInfo Template, ITemplatePackage TemplatePackage, ILocalizationLocator? Localization, IMountPoint)>> templateDeduplicationDictionary)
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (13)