2 references to CloseHandle
System.Core (2)
Microsoft\Win32\SafeHandles\SafeMemoryMappedFileHandle.cs (1)
46
return UnsafeNativeMethods.
CloseHandle
(handle);
Microsoft\Win32\SafeHandles\SafePipeHandle.cs (1)
36
return UnsafeNativeMethods.
CloseHandle
(handle);