5 references to Interop
System.Text.Encoding.CodePages (5)
_generated\0\LibraryImports.g.cs (3)
7
private static unsafe extern partial global::
Interop
.BOOL GetCPInfoExW(uint CodePage, uint dwFlags, global::
Interop
.Kernel32.CPINFOEXW* lpCPInfoEx);
15
internal static unsafe extern partial int WideCharToMultiByte(uint CodePage, uint dwFlags, char* lpWideCharStr, int cchWideChar, byte* lpMultiByteStr, int cbMultiByte, byte* lpDefaultChar, global::
Interop
.BOOL* lpUsedDefaultChar);
src\runtime\src\libraries\Common\src\Interop\Windows\Kernel32\Interop.GetCPInfoEx.cs (1)
13
private static unsafe partial
Interop
.BOOL GetCPInfoExW(uint CodePage, uint dwFlags, CPINFOEXW* lpCPInfoEx);
System\Text\CodePagesEncodingProvider.Windows.cs (1)
14
return
Interop
.Kernel32.TryGetACPCodePage(out codePage) ? codePage : 0;