1 write to _permanentlyDisconnected
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
189
_permanentlyDisconnected
= true;
2 references to _permanentlyDisconnected
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteJSRuntime.cs (2)
33
internal bool IsPermanentlyDisconnected =>
_permanentlyDisconnected
;
111
if (
_permanentlyDisconnected
)