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