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