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