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