7 references to
mscorlib (7)
system\text\asciiencoding.cs (1)
29
public ASCIIEncoding() :
base
(Encoding.CodePageASCII)
system\text\encoding.cs (1)
201
protected Encoding() :
this
(0)
system\text\encodingnls.cs (1)
35
protected EncodingNLS(int codePage) :
base
(codePage)
system\text\unicodeencoding.cs (1)
46
:
base
(bigEndian ? 1201 : 1200) //Set the data item.
system\text\utf32encoding.cs (1)
58
base
(bigEndian ? 12001 : 12000)
system\text\utf7encoding.cs (1)
58
:
base
(UTF7_CODEPAGE) //Set the data item.
system\text\utf8encoding.cs (1)
83
base
(UTF8_CODEPAGE)