1 implementation of FileExists
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
2177public bool FileExists(string path)
2 references to FileExists
Microsoft.Build (2)
FileSystem\DirectoryCacheFileSystemWrapper.cs (2)
41return _directoryCache.FileExists(path) || _directoryCache.DirectoryExists(path); 51return _directoryCache.FileExists(path);