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