3 references to CachedExistenceCheck
Microsoft.Build.Framework (3)
FileSystem\CachingFileSystemWrapper.cs (3)
25return CachedExistenceCheck(path, p => _fileSystem.FileOrDirectoryExists(p)); 40return CachedExistenceCheck(path, p => _fileSystem.DirectoryExists(p)); 45return CachedExistenceCheck(path, p => _fileSystem.FileExists(p));