2 writes to OutputFormatterMemoryBufferThreshold
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (2)
NewtonsoftJsonOutputFormatterTest.cs (2)
63
o.
OutputFormatterMemoryBufferThreshold
= 1;
108
OutputFormatterMemoryBufferThreshold
= 2
1 reference to OutputFormatterMemoryBufferThreshold
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonOutputFormatter.cs (1)
148
fileBufferingWriteStream = new FileBufferingWriteStream(_jsonOptions.
OutputFormatterMemoryBufferThreshold
);