4 references to Description
aspire (4)
Commands\Sdk\SdkDumpCommand.cs (4)
330
var desc = !string.IsNullOrEmpty(p.
Description
) ? string.Format(CultureInfo.InvariantCulture, " # {0}", p.
Description
) : "";
452
if (!string.IsNullOrEmpty(p.
Description
))
454
sb.AppendLine(string.Format(CultureInfo.InvariantCulture, " {0}", p.
Description
));