5 references to ReparsePoint
mscorlib (4)
system\io\directory.cs (2)
1342if (((FileAttributes)data.fileAttributes & FileAttributes.ReparsePoint) != 0) 1392bool shouldRecurse = (0 == (data.dwFileAttributes & (int) FileAttributes.ReparsePoint));
system\io\longpath.cs (2)
709if (((FileAttributes)data.fileAttributes & FileAttributes.ReparsePoint) != 0) 772bool shouldRecurse = (0 == (data.dwFileAttributes & (int)FileAttributes.ReparsePoint));
WindowsBase (1)
Base\MS\Internal\IO\Zip\ZipArchive.cs (1)
81if (fileInfo.Exists && fileInfo.Length == 0 && (fileInfo.Attributes & FileAttributes.ReparsePoint) == 0)