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)
319
get { return _errorInfo?.
StackTrace
?? string.Empty; }