1 write to AllowCustomChoice
aspire (1)
BackchannelJsonSerializerContext.PublishingPromptInput.g.cs (1)
30
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.PublishingPromptInput(){ Label = (string)args[0], InputType = (string)args[1], Required = (bool)args[2], Options = (global::System.Collections.Generic.IReadOnlyList<global::System.Collections.Generic.KeyValuePair<string, string>>)args[3], Value = (string)args[4], ValidationErrors = (global::System.Collections.Generic.IReadOnlyList<string>)args[5],
AllowCustomChoice
= (bool)args[6] },
3 references to AllowCustomChoice
aspire (3)
BackchannelJsonSerializerContext.PublishingPromptInput.g.cs (2)
171
Getter = static obj => ((global::Aspire.Cli.Backchannel.PublishingPromptInput)obj).
AllowCustomChoice
,
206
writer.WriteBoolean(PropName_AllowCustomChoice, ((global::Aspire.Cli.Backchannel.PublishingPromptInput)value).
AllowCustomChoice
);
Commands\PublishCommandBase.cs (1)
615
if (input.
AllowCustomChoice
)