12 references to IsEmpty
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
1285
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)
407
if (this.
IsEmpty
)
457
if (this.
IsEmpty
)
484
if (this.
IsEmpty
)
539
if (this.
IsEmpty
)
959
return this.
IsEmpty
?
1118
if (this.
IsEmpty
)
1175
if (this.
IsEmpty
&& addedItems.IsEmpty)