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