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