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