3 references to s_codePageToItemCache
System.Text.Encoding.CodePages (3)
System\Text\EncodingTable.cs (3)
23
if (
s_codePageToItemCache
.TryGetValue(codePage, out (ushort FamilyCodePage, byte CodePageFlags) item))
37
if (
s_codePageToItemCache
.TryGetValue(codePage, out item))
43
s_codePageToItemCache
.Add(codePage, item);