1 write to _mvcOptions
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonResultExecutor.cs (1)
56_mvcOptions = mvcOptions?.Value ?? throw new ArgumentNullException(nameof(mvcOptions));
2 references to _mvcOptions
Microsoft.AspNetCore.Mvc.NewtonsoftJson (2)
NewtonsoftJsonResultExecutor.cs (2)
59_asyncEnumerableReaderFactory = new AsyncEnumerableReader(_mvcOptions); 96if (!_mvcOptions.SuppressOutputFormatterBuffering)