6 references to NodeType
System.Private.CoreLib (6)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.ReadDir.cs (1)
31
internal
NodeType
InodeType;
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (5)
50
bool isDirectory = directoryEntry.InodeType == Interop.Sys.
NodeType
.DT_DIR;
51
bool isSymlink = directoryEntry.InodeType == Interop.Sys.
NodeType
.DT_LNK;
52
bool isUnknown = directoryEntry.InodeType == Interop.Sys.
NodeType
.DT_UNKNOWN;
67
entry._directoryEntry.InodeType = Interop.Sys.
NodeType
.DT_LNK;
164
internal bool IsSymbolicLink => _directoryEntry.InodeType == Interop.Sys.
NodeType
.DT_LNK;