5 references to ObjectResultExecutor
Microsoft.AspNetCore.Mvc.Core (5)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
235services.TryAddSingleton<IActionResultExecutor<ObjectResult>, ObjectResultExecutor>();
Infrastructure\ObjectResultExecutor.cs (2)
22/// Creates a new <see cref="ObjectResultExecutor"/>. 40Logger = loggerFactory.CreateLogger<ObjectResultExecutor>();
MvcOptions.cs (2)
362/// that <see cref="ObjectResultExecutor"/> will buffer. 365/// <see cref="ObjectResultExecutor"/> will eagerly read the enumeration and add to a synchronous collection