10 references to ParameterChoice
Microsoft.TemplateEngine.Edge (4)
_generated\24\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)
173
tags[tag.Key] = new CacheTag(null, null, new Dictionary<string, ParameterChoice> { { tag.Value, new
ParameterChoice
(null, null) } }, tag.Value);
269
ParameterChoice localizedChoice = new
ParameterChoice
(
Settings\TemplateInfoReader.cs (1)
173
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)
510
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
(