1 write to _contentType
System.Web (1)
Hosting\IIS7WorkerRequest.cs (1)
147int hr = IIS.MgdGetRequestBasics(_context, out _contentType, out _contentTotalLength, out pathTranslatedBuffer, out pathTranslatedBufferSize, out cacheUrl, out cacheUrlBufferSize, out httpMethodPtr, out pCookedUrl);
2 references to _contentType
System.Web (2)
Hosting\IIS7WorkerRequest.cs (2)
724if ( _contentType == CONTENT_FORM ) 729if ( _contentType != CONTENT_NONE )