4 references to Count
Microsoft.AspNetCore.Components.QuickGrid (1)
QuickGrid.razor.cs (1)
378var totalItemCount = _asyncQueryExecutor is null ? Items.Count() : await _asyncQueryExecutor.CountAsync(Items);
Microsoft.AspNetCore.Identity.Test (2)
RoleManagerTest.cs (1)
55Assert.Throws<NotSupportedException>(() => manager.Roles.Count());
UserManagerTest.cs (1)
683Assert.Throws<NotSupportedException>(() => manager.Users.Count());
System.Linq.Queryable (1)
System\Linq\Queryable.cs (1)
1572new Func<IQueryable<TSource>, int>(Count).Method,