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