2 references to TypeId
aspire (2)
Commands\Sdk\SdkDumpCommand.cs (2)
302
foreach (var t in capabilities.DtoTypes.OrderBy(t => t.
TypeId
))
304
sb.AppendLine(t.
TypeId
);