Implemented interface members:
8 references to Count
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerFileReference.cs (2)
487var initialCount = builder.Count; 504if (builder.Count == initialCount && !reportedError)
System.Collections.Immutable (6)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (6)
88get { return this.Root.Keys.ToArray(this.Count); } 104get { return this.Root.Values.ToArray(this.Count); } 242get { return this.Keys.ToArray(this.Count); } 253get { return this.Values.ToArray(this.Count); } 420this.Root.CopyTo(array, index, this.Count); 510this.Root.CopyTo(array, arrayIndex, this.Count);