1 write to _responseEncoding
System.Web (1)
UI\PageParser.cs (1)
430_responseEncoding = Util.GetNonEmptyAttribute(name, value);
2 references to _responseEncoding
System.Web (2)
UI\PageParser.cs (2)
433Encoding.GetEncoding(_responseEncoding); 589if (_responseEncoding != null && _codePage > 0) {