1 write to _testHostProcessFileName
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyOperationManager.cs (1)
235_testHostProcessFileName = testHostStartInfo.FileName;
5 references to _testHostProcessFileName
Microsoft.TestPlatform.CrossPlatEngine (5)
Client\ProxyOperationManager.cs (5)
517RequestSender.OnClientProcessExit(BuildCrashErrorContext(_testHostProcessFileName, _testHostProcessStdError)); 526throw new TestPlatformException(string.Format(CultureInfo.CurrentCulture, CrossPlatEngineResources.TestHostExitedWithError, string.Join("', '", sources), BuildCrashErrorContext(_testHostProcessFileName, _testHostProcessStdError))); 559errorMsg = string.Format(CultureInfo.CurrentCulture, CrossPlatEngineResources.TestHostExitedWithError, string.Join("', '", sources), BuildCrashErrorContext(_testHostProcessFileName, _testHostProcessStdError)); 561else if (!StringUtils.IsNullOrWhiteSpace(_testHostProcessFileName)) 564errorMsg += $" {BuildCrashErrorContext(_testHostProcessFileName, null)}";