2 writes to _jsonOptions
Microsoft.AspNetCore.Mvc.NewtonsoftJson (2)
NewtonsoftJsonOutputFormatter.cs (2)
67
_jsonOptions
= jsonOptions;
140
_jsonOptions
??= context.HttpContext.RequestServices.GetRequiredService<IOptions<MvcNewtonsoftJsonOptions>>().Value;
1 reference to _jsonOptions
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonOutputFormatter.cs (1)
148
fileBufferingWriteStream = new FileBufferingWriteStream(
_jsonOptions
.OutputFormatterMemoryBufferThreshold);