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