6 references to GetFileAttributesEx
Microsoft.Build.Framework (5)
NativeMethods.cs (5)
986bool success = GetFileAttributesEx(fullPath, 0, ref data); 1184bool success = NativeMethods.GetFileAttributesEx(path, 0, ref data); 1822bool success = GetFileAttributesEx(fullPath, 0, ref data); 1837bool success = GetFileAttributesEx(fullPath, 0, ref data); 1852return GetFileAttributesEx(path, 0, ref data);
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
107bool success = NativeMethodsShared.GetFileAttributesEx(_filename, 0, ref data);