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)
517
RequestSender.OnClientProcessExit(BuildCrashErrorContext(
_testHostProcessFileName
, _testHostProcessStdError));
526
throw new TestPlatformException(string.Format(CultureInfo.CurrentCulture, CrossPlatEngineResources.TestHostExitedWithError, string.Join("', '", sources), BuildCrashErrorContext(
_testHostProcessFileName
, _testHostProcessStdError)));
559
errorMsg = string.Format(CultureInfo.CurrentCulture, CrossPlatEngineResources.TestHostExitedWithError, string.Join("', '", sources), BuildCrashErrorContext(
_testHostProcessFileName
, _testHostProcessStdError));
561
else if (!StringUtils.IsNullOrWhiteSpace(
_testHostProcessFileName
))
564
errorMsg += $" {BuildCrashErrorContext(
_testHostProcessFileName
, null)}";