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)
464
if ( _statusCode != 204 &&
_contentType
!= null) {
465
String contentType = AppendCharSetToContentType(
_contentType
);
1415
if (
_contentType
!= null &&
_contentType
.Equals("text/html")) {
1660
return
_contentType
;
1666
if (
_contentType
== value)
3426
if (
_contentType
!= null // Valid Content-Type
3430
String contentType = AppendCharSetToContentType(
_contentType
);