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)
71
options.InputFormatters.Add(new SystemTextJsonInputFormatter(
_jsonOptions
.Value, _loggerFactory.CreateLogger<SystemTextJsonInputFormatter>()));
81
var jsonOutputFormatter = SystemTextJsonOutputFormatter.CreateFormatter(
_jsonOptions
.Value);