13 references to IsEmpty
Microsoft.CodeAnalysis.InteractiveHost (13)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (11)
112if (self.IsEmpty) 135if (self.IsEmpty) 152if (other is ImmutableSegmentedHashSet<T> { IsEmpty: true }) 156else if (self.IsEmpty) 184if (self.IsEmpty || other is ImmutableSegmentedHashSet<T> { IsEmpty: true }) 246if (otherSet.IsEmpty) 248else if (self.IsEmpty) 252if (self.IsEmpty) 285if (otherSet.IsEmpty) 287else if (self.IsEmpty)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (2)
134else if (otherSet.IsEmpty) 237if (other is ImmutableSegmentedHashSet<T> { IsEmpty: true })