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