1 instantiation of TestJsonContext
Microsoft.AspNetCore.Mvc.Core.Test (1)
TestJsonContext.g.cs (1)
26public 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));
3 references to TestJsonContext
Microsoft.AspNetCore.Mvc.Core.Test (3)
Formatters\SystemTextJsonOutputFormatterTest.cs (2)
174jsonOptions.JsonSerializerOptions.TypeInfoResolver = TestJsonContext.Default; 218jsonOptions.JsonSerializerOptions.TypeInfoResolver = TestJsonContext.Default;
TestJsonContext.g.cs (1)
26public 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));