14 references to IsEmpty
Microsoft.CodeAnalysis (13)
ImmutableSegmentedHashSet`1.cs (11)
59if (self.IsEmpty) 83if (self.IsEmpty) 100if (other is ImmutableSegmentedHashSet<T> { IsEmpty: true }) 104else if (self.IsEmpty) 133if (self.IsEmpty || other is ImmutableSegmentedHashSet<T> { IsEmpty: true }) 197if (otherSet.IsEmpty) 199else if (self.IsEmpty) 203if (self.IsEmpty) 237if (otherSet.IsEmpty) 239else if (self.IsEmpty)
ImmutableSegmentedHashSet`1+Builder.cs (2)
127else if (otherSet.IsEmpty) 230if (other is ImmutableSegmentedHashSet<T> { IsEmpty: true })
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableSegmentedHashSetBuilderTest.cs (1)
336Assert.True(builder.ToImmutableSegmentedHashSet().IsEmpty);