3 references to CachedExistenceCheck
Microsoft.Build.Tasks.Core (3)
CachingFileSystemWrapper.cs (3)
26return CachedExistenceCheck(path, p => _fileSystem.FileOrDirectoryExists(p)); 41return CachedExistenceCheck(path, p => _fileSystem.DirectoryExists(p)); 46return CachedExistenceCheck(path, p => _fileSystem.FileExists(p));