3 references to First
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (2)
CustomPocoTest.cs (2)
84var fetch = db.Users.First(u => u.UserName == "Boo"); 105var fetch = users.First(u => u.UserName == "Boo");
System.Linq.Queryable (1)
System\Linq\Queryable.cs (1)
1125new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource>(First).Method,