12 references to IsEmpty
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
1285if (diagnosticIds.IsEmpty)
System.Collections.Immutable (11)
System\Collections\Immutable\ImmutableSortedSet_1.cs (11)
297if (immutableSortedSet.IsEmpty) 301else if (this.IsEmpty) 315if (this.IsEmpty || (other.TryGetCount(out count) && (this.Count + count) * RefillOverIncrementalThreshold > this.Count)) 332if (this.IsEmpty || (this.Count + other.Length) * RefillOverIncrementalThreshold > this.Count) 407if (this.IsEmpty) 457if (this.IsEmpty) 484if (this.IsEmpty) 539if (this.IsEmpty) 959return this.IsEmpty ? 1118if (this.IsEmpty) 1175if (this.IsEmpty && addedItems.IsEmpty)