5 references to Interop
System.Text.Encoding.CodePages (5)
_generated\0\LibraryImports.g.cs (3)
7private static unsafe extern partial global::Interop.BOOL GetCPInfoExW(uint CodePage, uint dwFlags, global::Interop.Kernel32.CPINFOEXW* lpCPInfoEx); 15internal 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)
13private static unsafe partial Interop.BOOL GetCPInfoExW(uint CodePage, uint dwFlags, CPINFOEXW* lpCPInfoEx);
System\Text\CodePagesEncodingProvider.Windows.cs (1)
14return Interop.Kernel32.TryGetACPCodePage(out codePage) ? codePage : 0;