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