2 writes to _allocator
System.Web (2)
HttpWriter.cs (2)
964
_allocator
= s_DefaultAllocator;
971
_allocator
= value;
2 references to _allocator
System.Web (2)
HttpWriter.cs (2)
953
if (
_allocator
== null) {
967
return
_allocator
;