1 write to ParentExecutionId
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
741
te.
ParentExecutionId
= parentExecutionId;
2 references to ParentExecutionId
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
ObjectModel\TestEntry.cs (2)
110
if (
ParentExecutionId
!= Guid.Empty)
111
helper.SaveGuid(element, "@parentExecutionId",
ParentExecutionId
);