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)
1681if (_charSet == null) 1684return _charSet;