1 write to FullName
NuGet.CommandLine.XPlat (1)
Program.cs (1)
343app.FullName = Strings.App_FullName;
4 references to FullName
NuGet.CommandLine.XPlat (4)
Program.cs (1)
179log.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)
472Out.WriteLine(FullName); 478return ShortVersionGetter == null ? FullName : string.Format("{0} {1}", FullName, ShortVersionGetter());