2 writes to s_Pool
System.Web (2)
HttpWriter.cs (2)
178s_Pool = IIS.MgdGetBufferPool(BufferingParams.INTEGRATED_MODE_BUFFER_SIZE); 181s_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);