1 write to _category
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestCategoryItems.cs (1)
32
_category
= StripIllegalChars(category);
8 references to _category
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (8)
ObjectModel\TestCategoryItems.cs (8)
42
return
_category
;
68
TPDebug.Assert(
_category
!= null, "category is null");
69
return string.Equals(
_category
, otherItem.
_category
, StringComparison.OrdinalIgnoreCase);
78
TPDebug.Assert(
_category
!= null, "category is null");
79
return
_category
.ToUpperInvariant().GetHashCode();
88
TPDebug.Assert(
_category
!= null, "category is null");
89
return
_category
;