2 references to Close
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (1)
158int result = Interop.Sys.Close(handle);
src\libraries\System.Private.CoreLib\src\System\IO\Path.Unix.cs (1)
116Interop.Sys.Close(fd); // ignore any errors from close; nothing to do if cleanup isn't possible