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\21\BrowserOptionsJsonContext.SsrBrowserOptions.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)
27
[JsonConverter(typeof(
TimeSpanMillisecondsJsonConverter
))]
BrowserConfiguration\SsrBrowserOptions.cs (1)
27
[JsonConverter(typeof(
TimeSpanMillisecondsJsonConverter
))]