Implemented interface members:
15 references to Count
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Rename\CSharpRenameRewriterLanguageService.cs (1)
688
if (_isRenamingInStrings || subSpansToReplace?.
Count
> 0)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
632
If Me._isRenamingInStrings OrElse subSpansToReplace?.
Count
> 0 Then
System.Collections.Immutable (13)
System\Collections\Immutable\ImmutableSortedSet_1.cs (13)
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
)
379
if (this.
Count
!= otherSet.Count)
395
return matches == this.
Count
;
421
if (this.
Count
>= otherSet.Count)
439
if (matches == this.
Count
&& extraFound)
472
return this.
Count
> count;
507
return matches == this.
Count
;
1191
list = new List<T>(this.
Count
+ addedItems.Length);