1 implementation of IAllocatorProvider
System.Web (1)
BufferAllocator.cs (1)
364
internal class AllocatorProvider :
IAllocatorProvider
{
10 references to IAllocatorProvider
System.Web (10)
Hosting\IIS7WorkerRequest.cs (3)
104
private static
IAllocatorProvider
s_DefaultAllocator;
105
private
IAllocatorProvider
_allocator;
2626
internal
IAllocatorProvider
AllocatorProvider {
HttpApplication.cs (2)
190
private
IAllocatorProvider
_allocator;
325
internal
IAllocatorProvider
AllocatorProvider {
HttpContext.cs (1)
765
IAllocatorProvider
allocator = _appInstance != null ? _appInstance.AllocatorProvider : null;
HttpResponse.cs (1)
173
internal void SetAllocatorProvider(
IAllocatorProvider
allocator) {
HttpWriter.cs (3)
798
static
IAllocatorProvider
s_DefaultAllocator = null;
799
IAllocatorProvider
_allocator = null; // Use only via HttpWriter.AllocationProvider to ensure proper fallback
951
internal
IAllocatorProvider
AllocatorProvider {