10 references to IsEmpty
Microsoft.CodeAnalysis.CodeStyle (10)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (8)
143
if (self.
IsEmpty
)
167
else if (self.
IsEmpty
)
257
if (startIndex == 0 && self.
IsEmpty
)
272
if (count == 0 && startIndex == 0 && self.
IsEmpty
)
348
if (count == 0 && index == 0 && self.
IsEmpty
)
409
if (self.
IsEmpty
)
433
if (self.
IsEmpty
)
638
=>
IsEmpty
? Enumerable.Empty<T>().GetEnumerator() : GetEnumerator();
src\Dependencies\Collections\ImmutableSegmentedListExtensions.cs (2)
36
return !immutableList.
IsEmpty
;
108
if (immutableList.
IsEmpty
)