10 references to ParameterChoice
Microsoft.TemplateEngine.Edge (4)
_generated\24\TemplateCacheJsonSerializerContext.ParameterChoice.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.TemplateEngine.Abstractions.ParameterChoice((string)args[0], (string)args[1]),
Settings\TemplateInfo.cs (2)
173tags[tag.Key] = new CacheTag(null, null, new Dictionary<string, ParameterChoice> { { tag.Value, new ParameterChoice(null, null) } }, tag.Value); 269ParameterChoice localizedChoice = new ParameterChoice(
Settings\TemplateInfoReader.cs (1)
173new ParameterChoice(
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (4)
ConfigModel\ParameterSymbol.cs (2)
51var choice = new ParameterChoice( 164{ value, new ParameterChoice(string.Empty, string.Empty) }
RunnableProjectConfig.ITemplate.cs (1)
94tags[tag.Key] = new CacheTag(null, null, new Dictionary<string, ParameterChoice> { { tag.Value, new ParameterChoice(null, null) } }, tag.Value);
RunnableProjectGenerator.cs (1)
510tags[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)
262choicesAndDescriptions[cdPair.Key] = new ParameterChoice(null, cdPair.Value?.ToString() ?? string.Empty); 371new ParameterChoice(