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