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