4 writes to _contentType
System.Web (4)
HttpResponse.cs (4)
610_contentType = null; 1451_contentType = value; 1673_contentType = value; 2122_contentType = "text/html";
8 references to _contentType
System.Web (8)
HttpResponse.cs (8)
464if ( _statusCode != 204 && _contentType != null) { 465String contentType = AppendCharSetToContentType( _contentType ); 1415if (_contentType != null && _contentType.Equals("text/html")) { 1660return _contentType; 1666if (_contentType == value) 3426if (_contentType != null // Valid Content-Type 3430String contentType = AppendCharSetToContentType(_contentType);