2 references to TypeId
aspire (2)
Commands\Sdk\SdkDumpCommand.cs (2)
318foreach (var t in capabilities.EnumTypes.OrderBy(t => t.TypeId)) 320sb.AppendLine(string.Format(CultureInfo.InvariantCulture, "{0} = {1}", t.TypeId, string.Join(" | ", t.Values)));