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