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