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)
42return _category; 68TPDebug.Assert(_category != null, "category is null"); 69return string.Equals(_category, otherItem._category, StringComparison.OrdinalIgnoreCase); 78TPDebug.Assert(_category != null, "category is null"); 79return _category.ToUpperInvariant().GetHashCode(); 88TPDebug.Assert(_category != null, "category is null"); 89return _category;