7 writes to FileName
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\FrameworkHandle.cs (1)
92
FileName
= filePath,
Microsoft.TestPlatform.TestHostRuntimeProvider (6)
Hosting\DefaultTestHostManager.cs (1)
246
FileName
= launcherPath,
Hosting\DotnetTestHostManager.cs (5)
330
startInfo.
FileName
= fullExePath;
360
startInfo.
FileName
= testHostExeNugetPath;
474
startInfo.
FileName
= _dotnetHostPath;
481
startInfo.
FileName
= currentProcessPath;
506
startInfo.
FileName
= muxerPath;
8 references to FileName
Microsoft.TestPlatform.CommunicationUtilities (1)
EventHandlers\TestRunEventsHandler.cs (1)
97
EqtTrace.Info("Sending LaunchProcessWithDebuggerAttached on additional test process: {0}", testProcessStartInfo?.
FileName
);
Microsoft.TestPlatform.TestHostRuntimeProvider (7)
Hosting\DefaultTestHostManager.cs (3)
530
EqtTrace.Verbose("Launching default test Host Process {0} with arguments {1}", testHostStartInfo.
FileName
, testHostStartInfo.Arguments);
542
EqtTrace.Verbose("DefaultTestHostManager: Starting process '{0}' with command line '{1}', CreateNoWindow={2}", testHostStartInfo.
FileName
, testHostStartInfo.Arguments, _createNoNewWindow);
546
testHostStartInfo.
FileName
!,
Hosting\DotnetTestHostManager.cs (4)
514
EqtTrace.Verbose("DotnetTestHostmanager: Full path of host exe is {0}", startInfo.
FileName
);
569
var testhostDllPath = Path.ChangeExtension(startInfo.
FileName
, ".dll");
853
EqtTrace.Verbose($"DotnetTestHostManager: Starting process '{0}' with command line '{1}' and DOTNET environment: {string.Join(", ", dotnetEnvVars)} ", testHostStartInfo.
FileName
, testHostStartInfo.Arguments);
861
testHostStartInfo.
FileName
!,