1 write to _responseCodePage
System.Web (1)
HttpWriter.cs (1)
872
_responseCodePage
= _responseEncoding.CodePage;
2 references to _responseCodePage
System.Web (2)
HttpWriter.cs (2)
873
_responseCodePageIsAsciiCompat = CodePageUtils.IsAsciiCompatibleCodePage(
_responseCodePage
);
1124
if (
_responseCodePage
== CodePageUtils.CodePageUT8 || // response encoding is UTF8