1 implementation of GetCurrentProcessFileName
Microsoft.TestPlatform.PlatformAbstractions (1)
common\System\ProcessHelper.cs (1)
246public string? GetCurrentProcessFileName()
10 references to GetCurrentProcessFileName
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\DotnetHostHelper.cs (1)
139string currentProcessFileName = _processHelper.GetCurrentProcessFileName()!;
Microsoft.TestPlatform.CrossPlatEngine (4)
DataCollection\DataCollectionLauncherFactory.cs (1)
40var currentProcessPath = processHelper.GetCurrentProcessFileName();
DataCollection\DefaultDataCollectionLauncher.cs (1)
58var currentProcessPath = _processHelper.GetCurrentProcessFileName();
DataCollection\DotnetDataCollectionLauncher.cs (1)
99var currentProcessFileName = _processHelper.GetCurrentProcessFileName();
TestEngine.cs (1)
475var currentProcessPath = _processHelper.GetCurrentProcessFileName();
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
217var processName = _processHelper.GetCurrentProcessFileName();
Hosting\DotnetTestHostManager.cs (1)
491var currentProcessPath = _processHelper.GetCurrentProcessFileName()!;
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
1048var currentProcessName = _processHelper.GetCurrentProcessFileName();
vstest.console (1)
CommandLine\Executor.cs (1)
502if (Path.GetFileName(_processHelper.GetCurrentProcessFileName()) == NonARM64RunnerName &&
vstest.console.arm64 (1)
parent\vstest.console\CommandLine\Executor.cs (1)
502if (Path.GetFileName(_processHelper.GetCurrentProcessFileName()) == NonARM64RunnerName &&