2 references to Count
Microsoft.AspNetCore.Components.QuickGrid (1)
QuickGrid.razor.cs (1)
519
var totalItemCount = _asyncQueryExecutor is null ? Items.
Count
() : await _asyncQueryExecutor.CountAsync(Items);
System.Linq.Queryable (1)
System\Linq\Queryable.cs (1)
2443
new Func<IQueryable<TSource>, int>(
Count
).Method,