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