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