18 types derived from MemoryPool
InMemory.FunctionalTests (2)
Microsoft.AspNetCore.Server.HttpSys (2)
Microsoft.AspNetCore.Server.IIS (2)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (2)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
System.Memory (2)
258 references to MemoryPool
http2cat (3)
IIS.FunctionalTests (3)
IIS.LongTests (3)
IIS.NewHandler.FunctionalTests (3)
IIS.NewShim.FunctionalTests (3)
IIS.ShadowCopy.Tests (2)
IISExpress.FunctionalTests (3)
InMemory.FunctionalTests (23)
Interop.FunctionalTests (1)
Microsoft.AspNetCore.Components.Server (4)
Microsoft.AspNetCore.Connections.Abstractions (3)
Microsoft.AspNetCore.Server.HttpSys (7)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)
Microsoft.AspNetCore.Server.HttpSys.Microbenchmarks (1)
Microsoft.AspNetCore.Server.HttpSys.Tests (13)
RequestHeaderTests.cs (13)
22var nativeContext = new NativeRequestContext(MemoryPool<byte>.Shared, null, 0, false);
63var nativeContext = new NativeRequestContext(MemoryPool<byte>.Shared, null, 0, false);
104var nativeContext = new NativeRequestContext(MemoryPool<byte>.Shared, null, 0, false);
123var nativeContext = new NativeRequestContext(MemoryPool<byte>.Shared, null, 0, false);
142var nativeContext = new NativeRequestContext(MemoryPool<byte>.Shared, null, 0, false);
189var nativeContext = new NativeRequestContext(MemoryPool<byte>.Shared, null, 0, false);
211var nativeContext = new NativeRequestContext(MemoryPool<byte>.Shared, null, 0, false);
233var nativeContext = new NativeRequestContext(MemoryPool<byte>.Shared, null, 0, false);
254var nativeContext = new NativeRequestContext(MemoryPool<byte>.Shared, null, 0, false);
274var nativeContext = new NativeRequestContext(MemoryPool<byte>.Shared, null, 0, false);
296var nativeContext = new NativeRequestContext(MemoryPool<byte>.Shared, null, 0, false);
318var nativeContext = new NativeRequestContext(MemoryPool<byte>.Shared, null, 0, false);
339var nativeContext = new NativeRequestContext(MemoryPool<byte>.Shared, null, 0, false);
Microsoft.AspNetCore.Server.IIS (14)
Microsoft.AspNetCore.Server.Kestrel.Core (27)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (45)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (29)
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (10)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (9)
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (14)
Microsoft.AspNetCore.Shared.Tests (4)
mscorlib (1)
netstandard (1)
Sockets.BindTests (3)
Sockets.FunctionalTests (4)
System.IO.Pipelines (21)
System.Memory (1)