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