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