1 write to StackTrace
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestResult.cs (1)
325_errorInfo.StackTrace = value;
1 reference to StackTrace
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestResult.cs (1)
319get { return _errorInfo?.StackTrace ?? string.Empty; }