1 write to _transformCache
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
84
_transformCache
??= new HashSet<ClaimsPrincipal>();
2 references to _transformCache
Microsoft.AspNetCore.Authentication.Core (2)
AuthenticationService.cs (2)
85
if (
_transformCache
.Contains(principal))
93
_transformCache
.Add(principal);