1 write to _jsonOptions
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\MvcCoreMvcOptionsSetup.cs (1)
42_jsonOptions = jsonOptions;
2 references to _jsonOptions
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\MvcCoreMvcOptionsSetup.cs (2)
71options.InputFormatters.Add(new SystemTextJsonInputFormatter(_jsonOptions.Value, _loggerFactory.CreateLogger<SystemTextJsonInputFormatter>())); 81var jsonOutputFormatter = SystemTextJsonOutputFormatter.CreateFormatter(_jsonOptions.Value);