1 write to _onAuthenticationRefresh
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
277
_onAuthenticationRefresh
= value;
3 references to _onAuthenticationRefresh
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionContext.cs (3)
268
return
_onAuthenticationRefresh
;
343
callback =
_onAuthenticationRefresh
;
468
|| !ReferenceEquals(
_onAuthenticationRefresh
, callback);