2 writes to Properties
aspire (2)
BackchannelJsonSerializerContext.DtoTypeInfo.g.cs (1)
103Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.DtoTypeInfo)obj).Properties = value!,
CapabilitiesJsonContext.DtoTypeInfo.g.cs (1)
103Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.DtoTypeInfo)obj).Properties = value!,
6 references to Properties
aspire (6)
BackchannelJsonSerializerContext.DtoTypeInfo.g.cs (2)
102Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.DtoTypeInfo)obj).Properties, 135ListDtoPropertyInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.DtoTypeInfo)value).Properties);
CapabilitiesJsonContext.DtoTypeInfo.g.cs (2)
102Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.DtoTypeInfo)obj).Properties, 142global::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)
299foreach (var p in t.Properties.OrderBy(p => p.Name)) 412foreach (var p in t.Properties.OrderBy(p => p.Name))