1 instantiation of UserRefreshedCallbackRegistration
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
286var registration = new UserRefreshedCallbackRegistration(this, callback, state);
6 references to UserRefreshedCallbackRegistration
Microsoft.AspNetCore.Http.Connections (6)
Internal\HttpConnectionContext.cs (6)
67private List<UserRefreshedCallbackRegistration>? _userRefreshedCallbacks; 286var registration = new UserRefreshedCallbackRegistration(this, callback, state); 289_userRefreshedCallbacks ??= new List<UserRefreshedCallbackRegistration>(); 296private void RemoveUserRefreshedCallback(UserRefreshedCallbackRegistration registration) 409UserRefreshedCallbackRegistration[]? callbacks = null; 420foreach (var registration in callbacks)