2 references to GetACP
mscorlib (2)
system\text\basecodepageencoding.cs (1)
167base(codepage == 0? Microsoft.Win32.Win32Native.GetACP(): codepage)
system\text\encoding.cs (1)
1402int codePage = Win32Native.GetACP();