1 write to encodings
mscorlib (1)
system\text\encoding.cs (1)
453
encodings
= new Hashtable();
5 references to encodings
mscorlib (5)
system\text\encoding.cs (5)
441
if (
encodings
!= null) {
442
result = (Encoding)
encodings
[codepage];
452
if (
encodings
== null) {
457
if ((result = (Encoding)
encodings
[codepage]) != null)
549
encodings
.Add(codepage, result);