2 references to s_defaultOptions
Microsoft.AspNetCore.Components (2)
_generated\4\PersistentServicesRegistryJsonContext.g.cs (2)
30
public static global::Microsoft.AspNetCore.Components.Infrastructure.PersistentServicesRegistry.PersistentServicesRegistryJsonContext Default { get; } = new global::Microsoft.AspNetCore.Components.Infrastructure.PersistentServicesRegistry.PersistentServicesRegistryJsonContext(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
35
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;