1 write to s_DefaultAllocator
System.Web (1)
Hosting\IIS7WorkerRequest.cs (1)
2638Interlocked.CompareExchange(ref s_DefaultAllocator, alloc, null);
2 references to s_DefaultAllocator
System.Web (2)
Hosting\IIS7WorkerRequest.cs (2)
2629if (s_DefaultAllocator == null) { 2641_allocator = s_DefaultAllocator;