2 references to MemoryPoolViewBufferScope
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Buffers\MemoryPoolViewBufferScope.cs (1)
21
/// Initializes a new instance of <see cref="
MemoryPoolViewBufferScope
"/>.
DependencyInjection\MvcViewFeaturesMvcCoreBuilderExtensions.cs (1)
209
services.TryAddScoped<IViewBufferScope,
MemoryPoolViewBufferScope
>();