Base:
method
DirectoryExists
Microsoft.Build.Shared.FileSystem.ManagedFileSystem.DirectoryExists(System.String)
1 reference to DirectoryExists
Microsoft.Build.Tasks.Core (1)
MSBuildOnWindowsFileSystem.cs (1)
73
return WindowsFileSystem.Singleton().
DirectoryExists
(path);