2 references to GetUserIdentityKey
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionDispatcher.cs (2)
1181var originalIdentity = GetUserIdentityKey(connection.User); 1182var newIdentity = GetUserIdentityKey(context.User);