4 references to Description
aspire (4)
Commands\Sdk\SdkDumpCommand.cs (4)
319if (!string.IsNullOrEmpty(t.Description)) 321sb.AppendLine(string.Format(CultureInfo.InvariantCulture, "{0} # {1}", t.TypeId, t.Description)); 441if (!string.IsNullOrEmpty(t.Description)) 443sb.AppendLine(string.Format(CultureInfo.InvariantCulture, " {0}", t.Description));