2 writes to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
ObjectModel\TestListCategoryId.cs (2)
19Id = Guid.NewGuid(); 30Id = id;
8 references to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (8)
ObjectModel\TestEntry.cs (1)
112helper.SaveGuid(element, "@testListId", _categoryId.Id);
ObjectModel\TestListCategory.cs (2)
172h.SaveGuid(element, "@id", Id.Id); 173h.SaveGuid(element, "@parentListId", ParentCategoryId.Id);
ObjectModel\TestListCategoryId.cs (4)
76return other is TestListCategoryId testListCategoryId && Id.Equals(testListCategoryId.Id); 87return Id.GetHashCode(); 99string s = Id.ToString("B");
ObjectModel\TestResult.cs (1)
521helper.SaveGuid(element, "@testListId", _categoryId.Id);