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