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