1 write to Context
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
RoleStore.cs (1)
89
Context
= context;
7 references to Context
Microsoft.AspNetCore.Identity.EntityFrameworkCore (7)
RoleStore.cs (7)
120
await
Context
.SaveChangesAsync(cancellationToken);
135
Context
.Add(role);
151
Context
.Attach(role);
153
Context
.Update(role);
176
Context
.Remove(role);
383
public virtual IQueryable<TRole> Roles =>
Context
.Set<TRole>();
385
private DbSet<TRoleClaim> RoleClaims { get { return
Context
.Set<TRoleClaim>(); } }