2 writes to FileAttributes
System.Web (2)
Util\FileUtil.cs (2)
602FileAttributes = (FileAttributes) data.fileAttributes; 610FileAttributes = (FileAttributes) wfd.dwFileAttributes;
5 references to FileAttributes
System.Web (5)
FileChangesMonitor.cs (5)
670&& (ffd.FileAttributesData.FileAttributes & FileAttributes.Directory) != 0) { 1126if (fad != null && ((fad.FileAttributes & FileAttributes.Directory) != 0)) { 1599if (hr != HResults.S_OK || (fad.FileAttributes & FileAttributes.Directory) == 0) { 1616if (hr == HResults.S_OK && (fad.FileAttributes & FileAttributes.Directory) == 0) { 1636if (hr == HResults.S_OK && (fad.FileAttributes & FileAttributes.Directory) == 0) {