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