2 writes to MaxIAsyncEnumerableBufferLimit
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\AsyncEnumerableReaderTest.cs (1)
178var options = new MvcOptions { MaxIAsyncEnumerableBufferLimit = 10 };
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (1)
src\Mvc\Mvc.Core\test\Infrastructure\AsyncEnumerableReaderTest.cs (1)
178var options = new MvcOptions { MaxIAsyncEnumerableBufferLimit = 10 };
2 references to MaxIAsyncEnumerableBufferLimit
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\AsyncEnumerableReader.cs (1)
87if (count++ >= _mvcOptions.MaxIAsyncEnumerableBufferLimit)
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
src\Mvc\Mvc.Core\src\Infrastructure\AsyncEnumerableReader.cs (1)
87if (count++ >= _mvcOptions.MaxIAsyncEnumerableBufferLimit)