2 instantiations of TimeSpanMillisecondsJsonConverter
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\20\BrowserOptionsJsonContext.InteractiveServerBrowserOptions.g.cs (1)
79
Converter = GetConverterForNullableProperty<global::System.TimeSpan>(new global::Microsoft.AspNetCore.Components.
TimeSpanMillisecondsJsonConverter
(), options),
_generated\22\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
))]