2 writes to currentCodePage
mscorlib (2)
system\text\isciiencoding.cs (2)
336encoder.currentCodePage = currentCodePage; 764this.currentCodePage = this.defaultCodePage = encoding.CodePage - 57000;
2 references to currentCodePage
mscorlib (2)
system\text\isciiencoding.cs (2)
194currentCodePage = encoder.currentCodePage; 785return (this.charLeftOver != (char)0 || this.currentCodePage != this.defaultCodePage);