6 references to TryGetCount
System.Collections.Immutable (6)
System\Collections\Immutable\ImmutableArray.cs (1)
167if (items.TryGetCount(out count))
System\Collections\Immutable\ImmutableArray_1.Builder.cs (1)
343if (items.TryGetCount(out count))
System\Collections\Immutable\ImmutableExtensions.cs (1)
202if (_sequence.TryGetCount(out count))
System\Collections\Immutable\ImmutableExtensions.Minimal.cs (1)
68if (!sequence.TryGetCount(out count))
System\Collections\Immutable\ImmutableSortedSet_1.cs (2)
315if (this.IsEmpty || (other.TryGetCount(out count) && (this.Count + count) * RefillOverIncrementalThreshold > this.Count)) 1123if (addedItems.TryGetCount(out count) && count == 0)