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