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