1 write to FullName
NuGet.CommandLine.XPlat (1)
Program.cs (1)
343
app.
FullName
= Strings.App_FullName;
4 references to FullName
NuGet.CommandLine.XPlat (4)
Program.cs (1)
179
log.LogVerbose(string.Format(CultureInfo.CurrentCulture, Strings.OutputNuGetVersion, app.
FullName
, app.LongVersionGetter()));
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (3)
472
Out.WriteLine(
FullName
);
478
return ShortVersionGetter == null ?
FullName
: string.Format("{0} {1}",
FullName
, ShortVersionGetter());