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