4 references to DtoPropertyInfo
aspire (4)
Commands\Sdk\SdkDumpCommand.cs (4)
305
foreach (
var
p in t.Properties.OrderBy(p => p.Name))
418
foreach (
var
p in t.Properties.OrderBy(p => p.Name))
573
public List<
DtoPropertyInfo
> Properties { get; set; } = [];
609
[JsonSerializable(typeof(
DtoPropertyInfo
))]