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