2 writes to ShortVersionGetter
dotnet-openapi (2)
Application.cs (1)
35ShortVersionGetter = GetInformationalVersion;
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
413ShortVersionGetter = shortFormVersionGetter;
2 references to ShortVersionGetter
dotnet-openapi (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
560return ShortVersionGetter == null ? FullName : string.Format(CultureInfo.InvariantCulture, "{0} {1}", FullName, ShortVersionGetter());