Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
4 references to Count
System.Data.Entity (4)
System\Data\Objects\ELinq\ELinqQueryState.cs (1)
172(null == this.Parameters ? 0 : this.Parameters.Count),
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
680objectParameters.Count == 0)
System\Data\Objects\Internal\EntitySqlQueryState.cs (2)
176(null == this.Parameters ? 0 : this.Parameters.Count), 235parameters = new List<DbParameterReferenceExpression>(this.Parameters.Count);