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