1 implementation of SupportsLanguage
aspire (1)
Templating\CallbackTemplate.cs (1)
37public bool SupportsLanguage(string languageId)
2 references to SupportsLanguage
aspire (2)
Commands\NewCommand.cs (2)
230if (!string.IsNullOrWhiteSpace(explicitLanguageId) && !template.SupportsLanguage(explicitLanguageId)) 268.Where(t => t.SupportsLanguage(explicitLanguageId))