16 references to Kernel32
System.Private.CoreLib (16)
src\libraries\Common\src\Interop\Windows\Kernel32\Interop.CloseHandle.cs (1)
11
[LibraryImport(Libraries.
Kernel32
, SetLastError = true)]
src\libraries\Common\src\Interop\Windows\Kernel32\Interop.EventWaitHandle.cs (4)
15
[LibraryImport(Libraries.
Kernel32
, SetLastError = true)]
19
[LibraryImport(Libraries.
Kernel32
, SetLastError = true)]
23
[LibraryImport(Libraries.
Kernel32
, EntryPoint = "CreateEventExW", SetLastError = true, StringMarshalling = StringMarshalling.Utf16)]
26
[LibraryImport(Libraries.
Kernel32
, EntryPoint = "OpenEventW", SetLastError = true, StringMarshalling = StringMarshalling.Utf16)]
src\libraries\Common\src\Interop\Windows\Kernel32\Interop.FormatMessage.cs (1)
18
[LibraryImport(Libraries.
Kernel32
, EntryPoint = "FormatMessageW", SetLastError = true)]
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.Mutex.cs (3)
14
[LibraryImport(Libraries.
Kernel32
, EntryPoint = "OpenMutexW", SetLastError = true, StringMarshalling = StringMarshalling.Utf16)]
17
[LibraryImport(Libraries.
Kernel32
, EntryPoint = "CreateMutexExW", SetLastError = true, StringMarshalling = StringMarshalling.Utf16)]
20
[LibraryImport(Libraries.
Kernel32
, SetLastError = true)]
src\libraries\Common\src\Interop\Windows\Kernel32\Interop.Semaphore.cs (3)
12
[LibraryImport(Libraries.
Kernel32
, EntryPoint = "OpenSemaphoreW", SetLastError = true, StringMarshalling = StringMarshalling.Utf16)]
15
[LibraryImport(Libraries.
Kernel32
, EntryPoint = "CreateSemaphoreExW", SetLastError = true, StringMarshalling = StringMarshalling.Utf16)]
18
[LibraryImport(Libraries.
Kernel32
, SetLastError = true)]
src\libraries\Common\src\Interop\Windows\Kernel32\Interop.SetEnvironmentVariable.cs (1)
10
[LibraryImport(Libraries.
Kernel32
, EntryPoint = "SetEnvironmentVariableW", SetLastError = true, StringMarshalling = StringMarshalling.Utf16)]