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