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)
85if (_transformCache.Contains(principal)) 93_transformCache.Add(principal);