13 references to IsEmpty
Microsoft.CodeAnalysis.Workspaces (13)
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (11)
110if (self.IsEmpty) 133if (self.IsEmpty) 150if (other is ImmutableSegmentedHashSet<T> { IsEmpty: true }) 154else if (self.IsEmpty) 182if (self.IsEmpty || other is ImmutableSegmentedHashSet<T> { IsEmpty: true }) 244if (otherSet.IsEmpty) 246else if (self.IsEmpty) 250if (self.IsEmpty) 283if (otherSet.IsEmpty) 285else if (self.IsEmpty)
src\Dependencies\Collections\ImmutableSegmentedHashSet`1+ValueBuilder.cs (2)
132else if (otherSet.IsEmpty) 235if (other is ImmutableSegmentedHashSet<T> { IsEmpty: true })