1 write to Name
aspire (1)
BackchannelJsonSerializerContext.PublishingPromptInputAnswer.g.cs (1)
59Setter = static (obj, value) => ((global::Aspire.Cli.Backchannel.PublishingPromptInputAnswer)obj).Name = value!,
2 references to Name
aspire (2)
BackchannelJsonSerializerContext.PublishingPromptInputAnswer.g.cs (2)
58Getter = static obj => ((global::Aspire.Cli.Backchannel.PublishingPromptInputAnswer)obj).Name, 106writer.WriteString(PropName_Name, ((global::Aspire.Cli.Backchannel.PublishingPromptInputAnswer)value).Name);