Implemented interface members:
2 references to Count
MSBuildTaskHost (2)
CopyOnWriteDictionary.cs (1)
124
public int Count => _backing.
Count
;
Immutable\ImmutableDictionary.cs (1)
120
if (arrayIndex +
Count
> array.Length)