2 writes to _customCharSet
System.Web (2)
HttpResponse.cs (2)
1696
_customCharSet
= true;
2125
_customCharSet
= false;
1 reference to _customCharSet
System.Web (1)
HttpResponse.cs (1)
480
if (
_customCharSet
|| (_httpWriter != null && _httpWriter.ResponseEncodingUsed)) {