3 references to MappedCodePages
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\EncodingTable.cs (3)
110
ReadOnlySpan<ushort> mappedCodePages =
MappedCodePages
;
138
ReadOnlySpan<ushort> mappedCodePages =
MappedCodePages
;
180
Interlocked.CompareExchange<CodePageDataItem?[]?>(ref s_codePageToCodePageData, new CodePageDataItem[
MappedCodePages
.Length], null);