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
);
96
if (!
_mvcOptions
.SuppressOutputFormatterBuffering)