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