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)
63
target.Server.
ReconnectionDialogId
= source.Server.ReconnectionDialogId ?? target.Server.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)
63
target.Server.ReconnectionDialogId = source.Server.
ReconnectionDialogId
?? target.Server.
ReconnectionDialogId
;