2 writes to _allocator
System.Web (2)
Hosting\IIS7WorkerRequest.cs (2)
2641
_allocator
= s_DefaultAllocator;
2648
_allocator
= value;
2 references to _allocator
System.Web (2)
Hosting\IIS7WorkerRequest.cs (2)
2628
if (
_allocator
== null) {
2644
return
_allocator
;