4 writes to _charSet
System.Web (4)
HttpResponse.cs (4)
1682
_charSet
= ContentEncoding.WebName;
1692
_charSet
= value;
1694
_charSet
= String.Empty; // to differentiate between not set (default) and empty chatset
2124
_charSet
= null;
2 references to _charSet
System.Web (2)
HttpResponse.cs (2)
1681
if (
_charSet
== null)
1684
return
_charSet
;