2 references to LogFilePath
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleProcessManager.cs (2)
272
if (!parameters.
LogFilePath
.IsNullOrEmpty())
275
args.Add(string.Format(CultureInfo.InvariantCulture, DiagArgument, parameters.
LogFilePath
, parameters.TraceLevel));