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)
445
Encoding.GetEncoding(
_codePage
);
589
if (_responseEncoding != null &&
_codePage
> 0) {