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