3 implementations of GetAttributes
Microsoft.Build.Tasks.Core (3)
CachingFileSystemWrapper.cs (1)
29
public FileAttributes
GetAttributes
(string path)
ManagedFileSystem.cs (1)
127
public FileAttributes
GetAttributes
(string path)
MSBuildOnWindowsFileSystem.cs (1)
61
public FileAttributes
GetAttributes
(string path)
1 reference to GetAttributes
Microsoft.Build.Tasks.Core (1)
CachingFileSystemWrapper.cs (1)
31
return _fileSystem.
GetAttributes
(path);