2 writes to KeyType
aspire (2)
BackchannelJsonSerializerContext.TypeRefInfo.g.cs (1)
163Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).KeyType = value!,
CapabilitiesJsonContext.TypeRefInfo.g.cs (1)
163Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).KeyType = value!,
4 references to KeyType
aspire (4)
BackchannelJsonSerializerContext.TypeRefInfo.g.cs (2)
162Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).KeyType, 237TypeRefInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).KeyType);
CapabilitiesJsonContext.TypeRefInfo.g.cs (2)
162Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).KeyType, 248global::Aspire.Cli.Commands.Sdk.TypeRefInfo __value_KeyType = ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).KeyType;