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