8 references to Ino
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (2)
401if (pathStatus.Ino != status.Ino || pathStatus.Dev != status.Dev)
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (6)
144sourceStat.Ino == destStat.Ino) 228sourceStat.Ino == destStat.Ino)) && // source and dest are the same file on that device 425sourceFileStatus.Ino == destFileStatus.Ino)