1 write to Index
Aspire.Dashboard (1)
GenAIEventsContext.ChoiceEvent.g.cs (1)
79Setter = static (obj, value) => ((global::Aspire.Dashboard.Model.GenAI.ChoiceEvent)obj).Index = value!,
2 references to Index
Aspire.Dashboard (2)
GenAIEventsContext.ChoiceEvent.g.cs (2)
78Getter = static obj => ((global::Aspire.Dashboard.Model.GenAI.ChoiceEvent)obj).Index, 131writer.WriteNumber(PropName_index, ((global::Aspire.Dashboard.Model.GenAI.ChoiceEvent)value).Index);