1 write to s_DefaultAllocator
System.Web (1)
HttpWriter.cs (1)
961Interlocked.CompareExchange(ref s_DefaultAllocator, alloc, null);
4 references to s_DefaultAllocator
System.Web (4)
HttpWriter.cs (4)
942if (s_DefaultAllocator != null) { 943s_DefaultAllocator.TrimMemory(); 954if (s_DefaultAllocator == null) { 964_allocator = s_DefaultAllocator;