11 references to ParameterChoice
Microsoft.TemplateEngine.Edge (5)
Generated\361d1da7f942c932\TemplateCacheJsonSerializerContext.ParameterChoice.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.TemplateEngine.Abstractions.
ParameterChoice
((string)args[0], (string)args[1]),
Settings\TemplateInfo.cs (2)
174
tags[tag.Key] = new CacheTag(null, null, new Dictionary<string, ParameterChoice> { { tag.Value, new
ParameterChoice
(null, null) } }, tag.Value);
275
ParameterChoice localizedChoice = new
ParameterChoice
(
Settings\TemplateInfoReader.cs (2)
292
new
ParameterChoice
(
336
new
ParameterChoice
(
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (4)
ConfigModel\ParameterSymbol.cs (2)
51
var choice = new
ParameterChoice
(
164
{ value, new
ParameterChoice
(string.Empty, string.Empty) }
RunnableProjectConfig.ITemplate.cs (1)
94
tags[tag.Key] = new CacheTag(null, null, new Dictionary<string, ParameterChoice> { { tag.Value, new
ParameterChoice
(null, null) } }, tag.Value);
RunnableProjectGenerator.cs (1)
508
tags[tag.Key] = new CacheTag(null, null, new Dictionary<string, ParameterChoice> { { tag.Value, new
ParameterChoice
(null, null) } }, tag.Value);
Microsoft.TemplateSearch.Common (2)
TemplateDiscoveryMetadata\BlobStorageTemplateInfo.cs (2)
262
choicesAndDescriptions[cdPair.Key] = new
ParameterChoice
(null, cdPair.Value?.ToString() ?? string.Empty);
371
new
ParameterChoice
(