1 write to s_DefaultAllocator
System.Web (1)
HttpWriter.cs (1)
961
Interlocked.CompareExchange(ref
s_DefaultAllocator
, alloc, null);
4 references to s_DefaultAllocator
System.Web (4)
HttpWriter.cs (4)
942
if (
s_DefaultAllocator
!= null) {
943
s_DefaultAllocator
.TrimMemory();
954
if (
s_DefaultAllocator
== null) {
964
_allocator =
s_DefaultAllocator
;