3 references to DT_LNK
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (3)
51
bool isSymlink = directoryEntry.InodeType == Interop.Sys.NodeType.
DT_LNK
;
67
entry._directoryEntry.InodeType = Interop.Sys.NodeType.
DT_LNK
;
164
internal bool IsSymbolicLink => _directoryEntry.InodeType == Interop.Sys.NodeType.
DT_LNK
;