Implemented interface members:
11 references to Count
Microsoft.Build.Framework (11)
ImmutableSegmentedList`1.cs (11)
130if (unchecked((uint)index) >= (uint)self.Count) 295if (index == 0 && count == self.Count) 312if (index == self.Count) 327if (index == self.Count) 343if (count < 0 || count > self.Count) 375var index = self.IndexOf(value, 0, Count, equalityComparer); 454if (count == 0 && index >= 0 && index <= self.Count) 497if (self.Count < 2) 527if (self.Count < 2) 541if (self.Count < 2) 560if (self.Count < 2)