Implemented interface member:
method
GetAttributes
Microsoft.Build.Shared.FileSystem.IFileSystem.GetAttributes(System.String)
1 reference to GetAttributes
Microsoft.Build.Tasks.Core (1)
MSBuildOnWindowsFileSystem.cs (1)
63
return ManagedFileSystem.Singleton().
GetAttributes
(path);