1 write to FullName
rzc (1)
Application.cs (1)
30FullName = "Microsoft ASP.NET Core Razor CLI tool";
3 references to FullName
rzc (3)
CommandLine\CommandLineApplication.cs (3)
548Out.WriteLine(FullName); 554return ShortVersionGetter == null ? FullName : string.Format(CultureInfo.InvariantCulture, "{0} {1}", FullName, ShortVersionGetter());