10 references to IsEmpty
Microsoft.CodeAnalysis (10)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (8)
145
if (self.
IsEmpty
)
169
else if (self.
IsEmpty
)
259
if (startIndex == 0 && self.
IsEmpty
)
274
if (count == 0 && startIndex == 0 && self.
IsEmpty
)
350
if (count == 0 && index == 0 && self.
IsEmpty
)
411
if (self.
IsEmpty
)
435
if (self.
IsEmpty
)
640
=>
IsEmpty
? Enumerable.Empty<T>().GetEnumerator() : GetEnumerator();
src\Dependencies\Collections\Segmented\ImmutableSegmentedListExtensions.cs (2)
38
return !immutableList.
IsEmpty
;
110
if (immutableList.
IsEmpty
)