8 references to Dev
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)
143if (sourceStat.Dev == destStat.Dev && 227(sourceStat.Dev == destStat.Dev && // source and dest are on the same device 424else if (sourceFileStatus.Dev == destFileStatus.Dev &&