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