5 references to GetFileAttributesEx
MSBuildTaskHost (5)
NativeMethods.cs (5)
865bool success = GetFileAttributesEx(fullPath, 0, ref data); 1067bool success = NativeMethods.GetFileAttributesEx(path, 0, ref data); 1706bool success = GetFileAttributesEx(fullPath, 0, ref data); 1721bool success = GetFileAttributesEx(fullPath, 0, ref data); 1736return GetFileAttributesEx(path, 0, ref data);