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