2 instantiations of TimeSpanMillisecondsJsonConverter
Microsoft.AspNetCore.Components.Endpoints (2)
Generated\361d1da7f942c932\BrowserOptionsJsonContext.InteractiveServerBrowserOptions.g.cs (1)
79
Converter = GetConverterForNullableProperty<global::System.TimeSpan>(new global::Microsoft.AspNetCore.Components.
TimeSpanMillisecondsJsonConverter
(), options),
Generated\361d1da7f942c932\BrowserOptionsJsonContext.StaticServerBrowserOptions.g.cs (1)
79
Converter = GetConverterForNullableProperty<global::System.TimeSpan>(new global::Microsoft.AspNetCore.Components.
TimeSpanMillisecondsJsonConverter
(), options),
2 references to TimeSpanMillisecondsJsonConverter
Microsoft.AspNetCore.Components.Endpoints (2)
BrowserConfiguration\InteractiveServerBrowserOptions.cs (1)
28
[JsonConverter(typeof(
TimeSpanMillisecondsJsonConverter
))]
BrowserConfiguration\StaticServerBrowserOptions.cs (1)
27
[JsonConverter(typeof(
TimeSpanMillisecondsJsonConverter
))]