1 write to RoleId
Microsoft.AspNetCore.Identity.InMemory.Test (1)
InMemoryStore.cs (1)
134role.Claims.Add(new PocoRoleClaim<string> { ClaimType = claim.Type, ClaimValue = claim.Value, RoleId = role.Id });
1 reference to RoleId
Microsoft.AspNetCore.Identity.InMemory.Test (1)
InMemoryStore.cs (1)
142ur => ur.RoleId == role.Id && ur.ClaimType == claim.Type && ur.ClaimValue == claim.Value);