6 references to GetFileAttributesEx
Microsoft.Build.Framework (5)
NativeMethods.cs (5)
998bool success = GetFileAttributesEx(fullPath, 0, ref data);
1196bool success = NativeMethods.GetFileAttributesEx(path, 0, ref data);
1834bool success = GetFileAttributesEx(fullPath, 0, ref data);
1849bool success = GetFileAttributesEx(fullPath, 0, ref data);
1864return GetFileAttributesEx(path, 0, ref data);
Microsoft.Build.Tasks.Core (1)