2 references to s_defaultOptions
Microsoft.AspNetCore.Mvc.Core.Test (2)
TestJsonContext.g.cs (2)
26
public static global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.TestJsonContext Default { get; } = new global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.TestJsonContext(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
31
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;