4 references to NullableInt32
Microsoft.AspNetCore.Components.Endpoints (4)
BrowserConfigurationJsonContext.BrowserConfiguration.g.cs (1)
156global::System.Text.Json.JsonSerializer.Serialize(writer, __value_LogLevel, NullableInt32);
BrowserConfigurationJsonContext.ServerBrowserOptions.g.cs (2)
130global::System.Text.Json.JsonSerializer.Serialize(writer, __value_ReconnectionMaxRetries, NullableInt32); 136global::System.Text.Json.JsonSerializer.Serialize(writer, __value_ReconnectionRetryIntervalMilliseconds, NullableInt32);
BrowserConfigurationJsonContext.SsrBrowserOptions.g.cs (1)
116global::System.Text.Json.JsonSerializer.Serialize(writer, __value_CircuitInactivityTimeoutMs, NullableInt32);