2 writes to _testHostProcessStdError
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\ProxyOperationManager.cs (2)
201
_testHostProcessStdError
= string.Empty;
507
_testHostProcessStdError
= e!.Data;
4 references to _testHostProcessStdError
Microsoft.TestPlatform.CrossPlatEngine (4)
Client\ProxyOperationManager.cs (4)
515
RequestSender.OnClientProcessExit(
_testHostProcessStdError
);
524
throw new TestPlatformException(string.Format(CultureInfo.CurrentCulture, CrossPlatEngineResources.TestHostExitedWithError, string.Join("', '", sources),
_testHostProcessStdError
));
555
if (!StringUtils.IsNullOrWhiteSpace(
_testHostProcessStdError
))
558
errorMsg = string.Format(CultureInfo.CurrentCulture, CrossPlatEngineResources.TestHostExitedWithError, string.Join("', '", sources),
_testHostProcessStdError
);