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