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