1 write to Id
Microsoft.Extensions.Identity.Stores (1)
IdentityRole.cs (1)
21Id = Guid.NewGuid().ToString();
3 references to Id
Microsoft.Extensions.Identity.Stores (3)
RoleStoreBase.cs (2)
84return Task.FromResult(ConvertIdToString(role.Id)!); 247=> new TRoleClaim { RoleId = role.Id, ClaimType = claim.Type, ClaimValue = claim.Value };
UserStoreBase.cs (1)
1026RoleId = role.Id