Implemented interface member:
8 references to Count
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (8)
ObjectModel\TestCategoryItems.cs (4)
166if (Count > 0) 185string[] result = new string[Count]; 215else if (Count != other.Count)
ObjectModel\WorkItems.cs (4)
142if (Count > 0) 161int[] result = new int[Count]; 189else if (Count != other.Count)