4 references to DT_LNK
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (3)
47
bool isSymlink = directoryEntry.InodeType == Interop.Sys.NodeType.
DT_LNK
;
63
entry._directoryEntry.InodeType = Interop.Sys.NodeType.
DT_LNK
;
158
internal bool IsSymbolicLink => _directoryEntry.InodeType == Interop.Sys.NodeType.
DT_LNK
;
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Unix.NonAndroid.cs (1)
305
else if (dirent.InodeType == Interop.Sys.NodeType.
DT_LNK
|| dirent.InodeType == Interop.Sys.NodeType.DT_UNKNOWN)