2 references to s_defaultOptions
Microsoft.AspNetCore.Components.WebAssembly (2)
PrerenderComponentApplicationStoreSerializerContext.g.cs (2)
24
public static global::Microsoft.AspNetCore.Components.PrerenderComponentApplicationStoreSerializerContext Default { get; } = new global::Microsoft.AspNetCore.Components.PrerenderComponentApplicationStoreSerializerContext(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
29
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;