2 writes to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
ObjectModel\TestExecId.cs (2)
20Id = Guid.NewGuid(); 31Id = id;
6 references to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (6)
ObjectModel\TestElement.cs (2)
250h.SaveGuid(element, "Execution/@id", _executionId.Id); 252h.SaveGuid(element, "Execution/@parentId", _parentExecutionId.Id);
ObjectModel\TestExecId.cs (4)
55return obj is TestExecId id && Id.Equals(id.Id); 66return Id.GetHashCode(); 77string s = Id.ToString("B");