6 references to GetFileAttributesEx
Microsoft.Build.Framework (5)
NativeMethods.cs (5)
992bool success = GetFileAttributesEx(fullPath, 0, ref data);
1194bool success = NativeMethods.GetFileAttributesEx(path, 0, ref data);
1846bool success = GetFileAttributesEx(fullPath, 0, ref data);
1861bool success = GetFileAttributesEx(fullPath, 0, ref data);
1876return GetFileAttributesEx(path, 0, ref data);
Microsoft.Build.Tasks.Core (1)