2 writes to s_Pool
System.Web (2)
HttpWriter.cs (2)
178
s_Pool
= IIS.MgdGetBufferPool(BufferingParams.INTEGRATED_MODE_BUFFER_SIZE);
181
s_Pool
= UnsafeNativeMethods.BufferPoolGetPool(BufferingParams.OUTPUT_BUFFER_SIZE,
2 references to s_Pool
System.Web (2)
HttpWriter.cs (2)
192
_data = IIS.MgdGetBuffer(
s_Pool
);
196
_data = UnsafeNativeMethods.BufferPoolGetBuffer(
s_Pool
);