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