Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.Generic.IReadOnlyCollection<T>.Count
property
Count
System.Collections.ICollection.Count
2 references to Count
mscorlib (1)
system\collections\objectmodel\readonlydictionary.cs (1)
248if (array.Length - index < Count) {
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
3621if (describeParameterEncryptionRpcOriginalRpcMap.Count == 0) {