2 writes to ReconnectionDialogId
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\20\BrowserOptionsJsonContext.InteractiveServerBrowserOptions.g.cs (1)
101
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions)obj).
ReconnectionDialogId
= value!,
BrowserConfiguration\ConfigureBrowser.cs (1)
60
target.InteractiveServer.
ReconnectionDialogId
= source.InteractiveServer.ReconnectionDialogId ?? target.InteractiveServer.ReconnectionDialogId;
3 references to ReconnectionDialogId
Microsoft.AspNetCore.Components.Endpoints (3)
_generated\20\BrowserOptionsJsonContext.InteractiveServerBrowserOptions.g.cs (1)
100
Getter = static obj => ((global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions)obj).
ReconnectionDialogId
,
BrowserConfiguration\ConfigureBrowser.cs (2)
60
target.InteractiveServer.ReconnectionDialogId = source.InteractiveServer.
ReconnectionDialogId
?? target.InteractiveServer.
ReconnectionDialogId
;