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