2 writes to UnionTypes
aspire (2)
BackchannelJsonSerializerContext.TypeRefInfo.g.cs (1)
203Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).UnionTypes = value!,
CapabilitiesJsonContext.TypeRefInfo.g.cs (1)
203Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).UnionTypes = value!,
4 references to UnionTypes
aspire (4)
BackchannelJsonSerializerContext.TypeRefInfo.g.cs (2)
202Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).UnionTypes, 241ListTypeRefInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).UnionTypes);
CapabilitiesJsonContext.TypeRefInfo.g.cs (2)
202Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).UnionTypes, 260global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.TypeRefInfo> __value_UnionTypes = ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).UnionTypes;