Base:
2 references to ToString
crossgen2 (1)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (1)
184
details.Add(System.Diagnostics.FileVersionInfo.GetVersionInfo(Environment.GetCommandLineArgs()[0]).
ToString
());
ilc (1)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (1)
184
details.Add(System.Diagnostics.FileVersionInfo.GetVersionInfo(Environment.GetCommandLineArgs()[0]).
ToString
());