5 references to GetFileAttributesEx
Microsoft.Build.Framework (5)
NativeMethods.cs (5)
1019bool success = GetFileAttributesEx(fullPath, 0, ref data); 1221bool success = NativeMethods.GetFileAttributesEx(path, 0, ref data); 1880bool success = GetFileAttributesEx(fullPath, 0, ref data); 1895bool success = GetFileAttributesEx(fullPath, 0, ref data); 1910return GetFileAttributesEx(path, 0, ref data);