4 references to NullableInt32
Microsoft.AspNetCore.Components.Endpoints (4)
_generated\19\BrowserConfigurationJsonContext.BrowserConfiguration.g.cs (1)
158
global::System.Text.Json.JsonSerializer.Serialize(writer, __value_LogLevel,
NullableInt32
);
_generated\20\BrowserConfigurationJsonContext.ServerBrowserOptions.g.cs (2)
132
global::System.Text.Json.JsonSerializer.Serialize(writer, __value_ReconnectionMaxRetries,
NullableInt32
);
138
global::System.Text.Json.JsonSerializer.Serialize(writer, __value_ReconnectionRetryIntervalMilliseconds,
NullableInt32
);
_generated\21\BrowserConfigurationJsonContext.SsrBrowserOptions.g.cs (1)
118
global::System.Text.Json.JsonSerializer.Serialize(writer, __value_CircuitInactivityTimeoutMs,
NullableInt32
);