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