2 writes to ElementType
aspire (2)
BackchannelJsonSerializerContext.TypeRefInfo.g.cs (1)
143Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).ElementType = value!,
CapabilitiesJsonContext.TypeRefInfo.g.cs (1)
143Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).ElementType = value!,
4 references to ElementType
aspire (4)
BackchannelJsonSerializerContext.TypeRefInfo.g.cs (2)
142Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).ElementType, 235TypeRefInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).ElementType);
CapabilitiesJsonContext.TypeRefInfo.g.cs (2)
142Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).ElementType, 242global::Aspire.Cli.Commands.Sdk.TypeRefInfo __value_ElementType = ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).ElementType;