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