1 write to _count
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceQueryBuilder.cs (1)
92_count = queryT.Count();
2 references to _count
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceQueryBuilder.cs (2)
70Debug.Assert(_count.HasValue, "Count is not valid until after Build. And only then if computeCount is true"); 71return _count.Value;