2 references to TestHostExitedWithError
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\ProxyOperationManager.cs (2)
524
throw new TestPlatformException(string.Format(CultureInfo.CurrentCulture, CrossPlatEngineResources.
TestHostExitedWithError
, string.Join("', '", sources), _testHostProcessStdError));
558
errorMsg = string.Format(CultureInfo.CurrentCulture, CrossPlatEngineResources.
TestHostExitedWithError
, string.Join("', '", sources), _testHostProcessStdError);