1 implementation of GetCurrentProcessFileName
Microsoft.TestPlatform.PlatformAbstractions (1)
common\System\ProcessHelper.cs (1)
230public string? GetCurrentProcessFileName()
8 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)
621var currentProcessPath = _processHelper.GetCurrentProcessFileName();
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
214var processName = _processHelper.GetCurrentProcessFileName();
Hosting\DotnetTestHostManager.cs (1)
470var currentProcessPath = _processHelper.GetCurrentProcessFileName()!;
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
1221var currentProcessName = _processHelper.GetCurrentProcessFileName();