4 references to Kernel32
System.Private.CoreLib (4)
src\libraries\Common\src\Interop\Windows\Kernel32\Interop.FreeEnvironmentStrings.cs (1)
10[LibraryImport(Libraries.Kernel32)]
src\libraries\Common\src\Interop\Windows\Kernel32\Interop.GetEnvironmentStrings.cs (1)
10[LibraryImport(Libraries.Kernel32)]
src\libraries\Common\src\Interop\Windows\Kernel32\Interop.GetEnvironmentVariable.cs (1)
11[LibraryImport(Libraries.Kernel32, EntryPoint = "GetEnvironmentVariableW", SetLastError = true, StringMarshalling = StringMarshalling.Utf16)]
src\libraries\Common\src\Interop\Windows\Kernel32\Interop.SetEnvironmentVariable.cs (1)
10[LibraryImport(Libraries.Kernel32, EntryPoint = "SetEnvironmentVariableW", SetLastError = true, StringMarshalling = StringMarshalling.Utf16)]