2 writes to Values
aspire (2)
BackchannelJsonSerializerContext.EnumTypeInfo.g.cs (1)
103Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.EnumTypeInfo)obj).Values = value!,
CapabilitiesJsonContext.EnumTypeInfo.g.cs (1)
103Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.EnumTypeInfo)obj).Values = value!,
6 references to Values
aspire (6)
BackchannelJsonSerializerContext.EnumTypeInfo.g.cs (2)
102Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.EnumTypeInfo)obj).Values, 135ListStringSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.EnumTypeInfo)value).Values);
CapabilitiesJsonContext.EnumTypeInfo.g.cs (2)
102Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.EnumTypeInfo)obj).Values, 142global::System.Collections.Generic.List<string> __value_Values = ((global::Aspire.Cli.Commands.Sdk.EnumTypeInfo)value).Values;
Commands\Sdk\SdkDumpCommand.cs (2)
314sb.AppendLine(string.Format(CultureInfo.InvariantCulture, "{0} = {1}", t.TypeId, string.Join(" | ", t.Values))); 432sb.AppendLine(string.Format(CultureInfo.InvariantCulture, " {0}", string.Join(" | ", t.Values)));