12 references to BufferType
System.Web (12)
Hosting\IIS7WorkerRequest.cs (3)
968
isBufferFromUnmanagedPool ?
BufferType
.UnmanagedPool :
BufferType
.Managed));
982
BufferType
.IISAllocatedRequestMemory));
Hosting\ISAPIWorkerRequest.cs (9)
390
private
BufferType
_bufferType; // 0 managed, 1 native pool, 2 IIS allocated request memory, 3 TransmitFile
393
_bufferType =
BufferType
.TransmitFile;
412
_bufferType =
BufferType
.TransmitFile;
417
internal MemoryBytes(IntPtr data, int size,
BufferType
bufferType) {
430
get { return _bufferType ==
BufferType
.UnmanagedPool; }
433
internal
BufferType
BufferType {
442
get { return _bufferType ==
BufferType
.TransmitFile; }
1369
AddBodyToCachedResponse(new MemoryBytes(data, length, isBufferFromUnmanagedPool ?
BufferType
.UnmanagedPool :
BufferType
.Managed));