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