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