5 references to GetFileAttributesEx
MSBuildTaskHost (5)
NativeMethods.cs (5)
993bool success = GetFileAttributesEx(fullPath, 0, ref data); 1195bool success = NativeMethods.GetFileAttributesEx(path, 0, ref data); 1838bool success = GetFileAttributesEx(fullPath, 0, ref data); 1853bool success = GetFileAttributesEx(fullPath, 0, ref data); 1868return GetFileAttributesEx(path, 0, ref data);