1 write to _allocator
System.Web (1)
HttpApplication.cs (1)
334Interlocked.CompareExchange(ref _allocator, alloc, null);
4 references to _allocator
System.Web (4)
HttpApplication.cs (4)
327if (_allocator == null) { 337return _allocator; 1834if (_allocator != null) { 1835_allocator.TrimMemory();