3 implementations of GetAttributes
MSBuild (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
MSBuild (1)
CachingFileSystemWrapper.cs (1)
31return _fileSystem.GetAttributes(path);