Implemented interface member:
method
FileExists
Microsoft.Build.Shared.FileSystem.IFileSystem.FileExists(System.String)
1 override of FileExists
Microsoft.Build.Tasks.Core (1)
WindowsFileSystem.cs (1)
61
public override bool
FileExists
(string path)
1 reference to FileExists
Microsoft.Build.Tasks.Core (1)
ManagedFileSystem.cs (1)
149
return
FileExists
(path) || DirectoryExists(path);