1 instantiation of SystemTextJsonOutputFormatter
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonOutputFormatter.cs (1)
48return new SystemTextJsonOutputFormatter(jsonSerializerOptions);
7 references to SystemTextJsonOutputFormatter
Microsoft.AspNetCore.Mvc.Core (7)
Formatters\SystemTextJsonOutputFormatter.cs (3)
19/// Initializes a new <see cref="SystemTextJsonOutputFormatter"/> instance. 35internal static SystemTextJsonOutputFormatter CreateFormatter(JsonOptions jsonOptions) 55/// A single instance of <see cref="SystemTextJsonOutputFormatter"/> is used for all JSON formatting. Any
Infrastructure\MvcCoreMvcOptionsSetup.cs (2)
81var jsonOutputFormatter = SystemTextJsonOutputFormatter.CreateFormatter(_jsonOptions.Value);
JsonOptions.cs (2)
12/// Options to configure <see cref="SystemTextJsonInputFormatter"/> and <see cref="SystemTextJsonOutputFormatter"/>. 33/// <see cref="SystemTextJsonOutputFormatter"/>.