4 references to FileExistenceCache
Microsoft.Build.Tasks.Core (4)
FileUtilities.cs (4)
1034
?
FileExistenceCache
.GetOrAdd(fullPath, fullPath => fileSystem.DirectoryExists(fullPath))
1058
?
FileExistenceCache
.GetOrAdd(fullPath, fullPath => fileSystem.FileExists(fullPath))
1082
?
FileExistenceCache
.GetOrAdd(fullPath, fullPath => fileSystem.FileOrDirectoryExists(fullPath))
1562
FileExistenceCache
.Clear();