12 references to IsEmpty
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
1441
if (diagnosticIds.
IsEmpty
)
System.Collections.Immutable (11)
System\Collections\Immutable\ImmutableSortedSet_1.cs (11)
297
if (immutableSortedSet.
IsEmpty
)
301
else if (this.
IsEmpty
)
315
if (this.
IsEmpty
|| (other.TryGetCount(out count) && (this.Count + count) * RefillOverIncrementalThreshold > this.Count))
332
if (this.
IsEmpty
|| (this.Count + other.Length) * RefillOverIncrementalThreshold > this.Count)
439
if (this.
IsEmpty
)
489
if (this.
IsEmpty
)
516
if (this.
IsEmpty
)
571
if (this.
IsEmpty
)
991
return this.
IsEmpty
?
1186
if (this.
IsEmpty
)
1243
if (this.
IsEmpty
&& addedItems.IsEmpty)