Implemented interface members:
21 references to Count
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Rename\CSharpRenameRewriterLanguageService.cs (1)
687
if (_isRenamingInStrings || subSpansToReplace?.
Count
> 0)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
633
If Me._isRenamingInStrings OrElse subSpansToReplace?.
Count
> 0 Then
System.Collections.Immutable (19)
System\Collections\Immutable\ImmutableSortedSet_1.cs (19)
306
else if (immutableSortedSet.
Count
> this.
Count
)
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
)
383
if (otherAsImmutableSortedSet.
Count
!= this.
Count
)
390
if (otherAsImmutableSortedSet.
Count
< this.
Count
)
399
if (otherAsSortedSet.Count != this.
Count
)
406
if (otherAsSortedSet.Count < this.
Count
)
414
if (otherAsICollectionGeneric.Count < this.
Count
)
422
if (otherSet.Count != this.
Count
)
453
if (this.
Count
>= otherSet.Count)
471
if (matches == this.
Count
&& extraFound)
504
return this.
Count
> count;
539
return matches == this.
Count
;
1259
list = new List<T>(this.
Count
+ addedItems.Length);