1 write to _jsonOptions
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonInputFormatter.cs (1)
61
_jsonOptions
= jsonOptions;
3 references to _jsonOptions
Microsoft.AspNetCore.Mvc.NewtonsoftJson (3)
NewtonsoftJsonInputFormatter.cs (3)
122
var memoryThreshold =
_jsonOptions
.InputFormatterMemoryBufferThreshold;
154
if (
_jsonOptions
.ReadJsonWithRequestCulture)
418
if (!
_jsonOptions
.AllowInputFormatterExceptionMessages)