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