2 implementations of SetFileAttributes
Microsoft.TemplateEngine.Utils (2)
InMemoryFileSystem.cs (1)
580
public void
SetFileAttributes
(string file, FileAttributes attributes)
PhysicalFileSystem.cs (1)
94
public void
SetFileAttributes
(string file, FileAttributes attributes)
1 reference to SetFileAttributes
Microsoft.TemplateEngine.Utils (1)
InMemoryFileSystem.cs (1)
584
_basis.
SetFileAttributes
(file, attributes);