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