1 write to _cachedRequest
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
RemoteAuthenticatorViewCore.cs (1)
394
_cachedRequest
= InteractiveRequestOptions.FromState(Navigation.HistoryEntryState);
3 references to _cachedRequest
Microsoft.AspNetCore.Components.WebAssembly.Authentication (3)
RemoteAuthenticatorViewCore.cs (3)
384
if (
_cachedRequest
!= null)
386
return
_cachedRequest
;
395
return
_cachedRequest
;