1 write to PreviousUser
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
352PreviousUser = previousUserSnapshot,
2 references to PreviousUser
Microsoft.AspNetCore.Http.Abstractions (1)
Features\IConnectionAuthenticationRefreshFeature.cs (1)
32/// so callbacks must not access <see cref="AuthenticationRefreshContext.PreviousUser"/> after returning.
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
492=> IsUserRefreshAcceptedByDefault(context.PreviousUser, context.NewUser) ? TaskCache.True : TaskCache.False;