2 writes to Properties
aspire (2)
BackchannelJsonSerializerContext.DtoTypeInfo.g.cs (1)
103
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.DtoTypeInfo)obj).
Properties
= value!,
CapabilitiesJsonContext.DtoTypeInfo.g.cs (1)
103
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.DtoTypeInfo)obj).
Properties
= value!,
6 references to Properties
aspire (6)
BackchannelJsonSerializerContext.DtoTypeInfo.g.cs (2)
102
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.DtoTypeInfo)obj).
Properties
,
135
ListDtoPropertyInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.DtoTypeInfo)value).
Properties
);
CapabilitiesJsonContext.DtoTypeInfo.g.cs (2)
102
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.DtoTypeInfo)obj).
Properties
,
142
global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.DtoPropertyInfo> __value_Properties = ((global::Aspire.Cli.Commands.Sdk.DtoTypeInfo)value).
Properties
;
Commands\Sdk\SdkDumpCommand.cs (2)
299
foreach (var p in t.
Properties
.OrderBy(p => p.Name))
412
foreach (var p in t.
Properties
.OrderBy(p => p.Name))