4 references to BuildCrashErrorContext
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)));
559
errorMsg = string.Format(CultureInfo.CurrentCulture, CrossPlatEngineResources.TestHostExitedWithError, string.Join("', '", sources),
BuildCrashErrorContext
(_testHostProcessFileName, _testHostProcessStdError));
564
errorMsg += $" {
BuildCrashErrorContext
(_testHostProcessFileName, null)}";