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)
70
Debug.Assert(
_count
.HasValue, "Count is not valid until after Build. And only then if computeCount is true");
71
return
_count
.Value;