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