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