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