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