Implemented interface members:
15 references to Count
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Rename\CSharpRenameRewriterLanguageService.cs (1)
693if (_isRenamingInStrings || subSpansToReplace?.Count > 0)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
633If Me._isRenamingInStrings OrElse subSpansToReplace?.Count > 0 Then
System.Collections.Immutable (13)
System\Collections\Immutable\ImmutableSortedSet_1.cs (13)
306else if (immutableSortedSet.Count > this.Count) 315if (this.IsEmpty || (other.TryGetCount(out count) && (this.Count + count) * RefillOverIncrementalThreshold > this.Count)) 332if (this.IsEmpty || (this.Count + other.Length) * RefillOverIncrementalThreshold > this.Count) 379if (this.Count != otherSet.Count) 395return matches == this.Count; 421if (this.Count >= otherSet.Count) 439if (matches == this.Count && extraFound) 472return this.Count > count; 507return matches == this.Count; 1191list = new List<T>(this.Count + addedItems.Length);