2 writes to _testHostProcessStdError
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\ProxyOperationManager.cs (2)
202_testHostProcessStdError = string.Empty; 509_testHostProcessStdError = e!.Data;
4 references to _testHostProcessStdError
Microsoft.TestPlatform.CrossPlatEngine (4)
Client\ProxyOperationManager.cs (4)
517RequestSender.OnClientProcessExit(BuildCrashErrorContext(_testHostProcessFileName, _testHostProcessStdError)); 526throw new TestPlatformException(string.Format(CultureInfo.CurrentCulture, CrossPlatEngineResources.TestHostExitedWithError, string.Join("', '", sources), BuildCrashErrorContext(_testHostProcessFileName, _testHostProcessStdError))); 557if (!StringUtils.IsNullOrWhiteSpace(_testHostProcessStdError)) 559errorMsg = string.Format(CultureInfo.CurrentCulture, CrossPlatEngineResources.TestHostExitedWithError, string.Join("', '", sources), BuildCrashErrorContext(_testHostProcessFileName, _testHostProcessStdError));