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