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