3 references to TypeId
aspire (3)
Commands\Sdk\SdkDumpCommand.cs (3)
317
foreach (var t in capabilities.DtoTypes.OrderBy(t => t.
TypeId
))
321
sb.AppendLine(string.Format(CultureInfo.InvariantCulture, "{0} # {1}", t.
TypeId
, t.Description));
325
sb.AppendLine(t.
TypeId
);