1 instantiation of UserRefreshedCallbackRegistration
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
260var registration = new UserRefreshedCallbackRegistration(this, callback, state);
6 references to UserRefreshedCallbackRegistration
Microsoft.AspNetCore.Http.Connections (6)
Internal\HttpConnectionContext.cs (6)
61private List<UserRefreshedCallbackRegistration>? _userRefreshedCallbacks; 260var registration = new UserRefreshedCallbackRegistration(this, callback, state); 263_userRefreshedCallbacks ??= new List<UserRefreshedCallbackRegistration>(); 270private void RemoveUserRefreshedCallback(UserRefreshedCallbackRegistration registration) 323UserRefreshedCallbackRegistration[]? callbacks = null; 334foreach (var callback in callbacks)