5 references to PinnedBlockMemoryPoolFactory
Microsoft.AspNetCore.Server.Kestrel (4)
WebHostBuilderKestrelExtensions.cs (4)
89services.AddSingleton<PinnedBlockMemoryPoolFactory>(); 91services.TryAddEnumerable(ServiceDescriptor.Singleton<IHeartbeatHandler, PinnedBlockMemoryPoolFactory>(sp => sp.GetRequiredService<PinnedBlockMemoryPoolFactory>())); 92services.AddSingleton<IMemoryPoolFactory<byte>>(sp => sp.GetRequiredService<PinnedBlockMemoryPoolFactory>());
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\PinnedBlockMemoryPoolFactory.cs (1)
20public PinnedBlockMemoryPoolFactory(MemoryPoolMetrics metrics, TimeProvider? timeProvider = null, ILogger<PinnedBlockMemoryPoolFactory>? logger = null)