2 references to s_codePageToItemCache
System.Text.Encoding.CodePages (2)
System\Text\EncodingTable.cs (2)
18if (s_codePageToItemCache.TryGetValue(codePage, out (ushort FamilyCodePage, byte CodePageFlags) item)) 30s_codePageToItemCache.TryAdd(codePage, item);