2 references to MONOEXENAME
Microsoft.TestPlatform.CoreUtilities (2)
Helpers\DotnetHostHelper.cs (2)
95
if (!TryGetExecutablePath(
MONOEXENAME
, out var monoPath))
97
string errorMessage = string.Format(CultureInfo.CurrentCulture, Resources.NoDotnetExeFound,
MONOEXENAME
);