1 write to ShortVersionGetter
Wasm.Performance.ConsoleHost (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
413
ShortVersionGetter
= shortFormVersionGetter;
2 references to ShortVersionGetter
Wasm.Performance.ConsoleHost (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
560
return
ShortVersionGetter
== null ? FullName : string.Format(CultureInfo.InvariantCulture, "{0} {1}", FullName,
ShortVersionGetter
());