1 write to UserId
Microsoft.AspNetCore.Identity.InMemory.Test (1)
InMemoryUserStore.cs (1)
43
user.Claims.Add(new PocoUserClaim { ClaimType = claim.Type, ClaimValue = claim.Value,
UserId
= user.Id });
1 reference to UserId
Microsoft.AspNetCore.Identity.InMemory.Test (1)
InMemoryUserStore.cs (1)
65
uc => uc.
UserId
== user.Id && uc.ClaimType == claim.Type && uc.ClaimValue == claim.Value);