2 writes to _executionId
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
ObjectModel\TestElement.cs (2)
46_executionId = TestExecId.Empty; 123set { _executionId = value; }
3 references to _executionId
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
ObjectModel\TestElement.cs (3)
122get { return _executionId; } 249if (_executionId != null) 250h.SaveGuid(element, "Execution/@id", _executionId.Id);